Uses of Class
com.sas.services.information.search.ResultDetails.ResultLimit

Packages that use ResultDetails.ResultLimit
com.sas.services.information.search The com.sas.services.information.search package performs and manages metadata searches for public objects. 
 

Uses of ResultDetails.ResultLimit in com.sas.services.information.search
 

Methods in com.sas.services.information.search that return ResultDetails.ResultLimit
 ResultDetails.ResultLimit ResultDetails.getResultLimit()
          Returns the maximum number of objects to include in the results.
static ResultDetails.ResultLimit ResultDetails.ResultLimit.getResultLimitforValue(int lvalue)
           
static ResultDetails.ResultLimit ResultDetails.ResultLimit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResultDetails.ResultLimit[] ResultDetails.ResultLimit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sas.services.information.search with parameters of type ResultDetails.ResultLimit
 void ResultDetails.setResultLimit(ResultDetails.ResultLimit limit)
          Sets the maximum number of objects to include in the results.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.