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

Packages that use Text
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
  • Uses of Text in com.sas.metadata.remote

    Subinterfaces of Text in com.sas.metadata.remote
    Modifier and Type
    Interface
    Description
    interface 
    One of several metadata types used to describe the physical location of some form of content.
    interface 
    Represents an archive, such as a tar file or a zip file, which may contain entries.
    interface 
    A Document is a web page or other conent that contains documentation pertinent to the object to which this document is related.
    interface 
    Represents a file in the file system.
    interface 
    Represents a separate storage unit within a SAS catalog.
    interface 
    Represents storing text in the repository.
    Methods in com.sas.metadata.remote that return Text
    Modifier and Type
    Method
    Description
    AbstractTransformation.getSourceCode()
    Gets the Text for SourceCode
    QueryClause.getSourceCode()
    Gets the Text for SourceCode
    AbstractProperty.getStoredConfiguration()
    Gets the Text for StoredConfiguration
    PropertyType.getStoredConfiguration()
    Gets the Text for StoredConfiguration
    MiningResult.getTrainCode()
    Gets the Text for TrainCode
    Methods in com.sas.metadata.remote with parameters of type Text
    Modifier and Type
    Method
    Description
    void
    AbstractTransformation.setSourceCode(Text inObject)
    Sets the SourceCodes list 0th element to be inObject.
    void
    QueryClause.setSourceCode(Text inObject)
    Sets the SourceCodes list 0th element to be inObject.
    void
    AbstractProperty.setStoredConfiguration(Text inObject)
    Sets the StoredConfigurations list 0th element to be inObject.
    void
    PropertyType.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.
  • Uses of Text in com.sas.metadata.remote.impl

    Methods in com.sas.metadata.remote.impl that return Text
    Modifier and Type
    Method
    Description
    AbstractTransformationImpl.getSourceCode()
    Gets the Text for SourceCode NOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.
    QueryClauseImpl.getSourceCode()
    Gets the Text for SourceCode NOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.
    AbstractPropertyImpl.getStoredConfiguration()
    Gets the Text for StoredConfiguration NOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.
    PropertyTypeImpl.getStoredConfiguration()
    Gets the Text for StoredConfiguration NOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.
    MiningResultImpl.getTrainCode()
    Gets the Text for TrainCode NOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.
    Methods in com.sas.metadata.remote.impl with parameters of type Text
    Modifier and Type
    Method
    Description
    void
    AbstractTransformationImpl.setSourceCode(Text inObject)
    Sets the SourceCodes list 0th element to be inObject.
    void
    QueryClauseImpl.setSourceCode(Text inObject)
    Sets the SourceCodes list 0th element to be inObject.
    void
    AbstractPropertyImpl.setStoredConfiguration(Text inObject)
    Sets the StoredConfigurations list 0th element to be inObject.
    void
    PropertyTypeImpl.setStoredConfiguration(Text inObject)
    Sets the StoredConfigurations list 0th element to be inObject.
    void
    MiningResultImpl.setTrainCode(Text inObject)
    Sets the TrainCodes list 0th element to be inObject.