Uses of Class
com.sas.iquery.metadata.business.LookupValue

Packages that use LookupValue
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
 

Uses of LookupValue in com.sas.iquery.metadata.business
 

Methods in com.sas.iquery.metadata.business that return types with arguments of type LookupValue
 java.util.List<LookupValue> LookupList.getValuesList()
          Returns a copy of the list of lookup values.
 

Method parameters in com.sas.iquery.metadata.business with type arguments of type LookupValue
 void LookupList.setValuesList(java.util.List<LookupValue> values)
          Sets the list of LookupValue objects as the values.
 void LookupList.setValuesList(java.util.List<LookupValue> values, boolean allowDuplicates)
          Sets the list of LookupValue objects as the values.
 

Constructor parameters in com.sas.iquery.metadata.business with type arguments of type LookupValue
LookupList(java.util.List<LookupValue> values)
          Creates an LookupList object with the specified lookup values.
LookupList(java.util.List<LookupValue> values, boolean allowDuplicates)
          Creates an LookupList object with the specified lookup values.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.