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

Packages that use Lookup
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 Lookup in com.sas.iquery.metadata.business
 

Subclasses of Lookup in com.sas.iquery.metadata.business
 class LookupByDataItem
          Defines a Lookup that defines the data item it is associated with should be used for retrieving possible filter values.
 class LookupList
          Contains a list of LookupValue objects that are used for possible filter values for a data item.
 class LookupNotAllowed
          Defines a Lookup type where looking up values is not allowed.
 

Methods in com.sas.iquery.metadata.business that return Lookup
 Lookup DataItem.getLookupType()
          Returns the lookup type for this data item.
 

Methods in com.sas.iquery.metadata.business with parameters of type Lookup
 void DataItem.setLookupType(Lookup lookupType)
          Set the lookup type for this data item.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.