Uses of Interface
com.sas.iquery.execution2.MLSValueInterface

Packages that use MLSValueInterface
com.sas.iquery.dataservices Provides utility classes and methods that are used to read information maps and retrieve filter values. 
 

Uses of MLSValueInterface in com.sas.iquery.dataservices
 

Fields in com.sas.iquery.dataservices declared as MLSValueInterface
protected  MLSValueInterface PossibleFilterValue._mlsValue
          The mls value if any.
 

Methods in com.sas.iquery.dataservices that return MLSValueInterface
 MLSValueInterface PossibleFilterValue.getMlsValue()
           
 

Methods in com.sas.iquery.dataservices with parameters of type MLSValueInterface
 void PossibleFilterValue.setMlsValue(MLSValueInterface mlsValue)
           
 

Constructors in com.sas.iquery.dataservices with parameters of type MLSValueInterface
PossibleFilterValue(int columnType, java.lang.Object unformattedData, java.lang.String formattedData, MLSValueInterface mlsValue)
          Constructs a PossibleFilterValue object with the specified column type, unformatted, and formatted data.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.