Uses of Interface
com.sas.services.information.metadata.TextStoreInterface

Packages that use TextStoreInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of TextStoreInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return TextStoreInterface
 TextStoreInterface PropertyInterface.getConfigurationText()
          Get the configuration text.
 TextStoreInterface QueryClauseInterface.getSourceCode()
           
 TextStoreInterface AbstractPropertyInterface.getStoredConfiguration()
          Get this property's stored configuration.
 

Methods in com.sas.services.information.metadata with parameters of type TextStoreInterface
 void PropertyInterface.setConfigurationText(TextStoreInterface textStore)
          Set the text store object that contains the configuration text for this property.
 void QueryClauseInterface.setSourceCode(TextStoreInterface text)
           
 void AbstractPropertyInterface.setStoredConfiguration(TextStoreInterface textStore)
          Set the TextStoreInterface that contains this property's stored configuration.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.