Uses of Interface
com.sas.metadata.remote.Text

Packages that use Text
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of Text in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return Text
abstract  Text QueryClause.getSourceCode()
          Gets the Text for SourceCode
abstract  Text AbstractTransformation.getSourceCode()
          Gets the Text for SourceCode
abstract  Text PropertyType.getStoredConfiguration()
          Gets the Text for StoredConfiguration
abstract  Text AbstractProperty.getStoredConfiguration()
          Gets the Text for StoredConfiguration
abstract  Text MiningResult.getTrainCode()
          Gets the Text for TrainCode
 

Methods in com.sas.metadata.remote with parameters of type Text
abstract  void QueryClause.setSourceCode(Text inObject)
          Sets the SourceCodes list 0th element to be inObject.
abstract  void AbstractTransformation.setSourceCode(Text inObject)
          Sets the SourceCodes list 0th element to be inObject.
abstract  void PropertyType.setStoredConfiguration(Text inObject)
          Sets the StoredConfigurations list 0th element to be inObject.
abstract  void AbstractProperty.setStoredConfiguration(Text inObject)
          Sets the StoredConfigurations list 0th element to be inObject.
abstract  void MiningResult.setTrainCode(Text inObject)
          Sets the TrainCodes list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.