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
 Text QueryClause.getSourceCode()
          Gets the Text for SourceCode
 Text AbstractTransformation.getSourceCode()
          Gets the Text for SourceCode
 Text PropertyType.getStoredConfiguration()
          Gets the Text for StoredConfiguration
 Text AbstractProperty.getStoredConfiguration()
          Gets the Text for StoredConfiguration
 Text MiningResult.getTrainCode()
          Gets the Text for TrainCode
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.