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

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

Uses of TSNamespace in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return TSNamespace
 TSNamespace SASPassword.getTSAssociatedNamespace()
          Gets the TSNamespace for TSAssociatedNamespace
 TSNamespace ContentLocation.getTSAssociatedNamespace()
          Gets the TSNamespace for TSAssociatedNamespace
 TSNamespace TSNameObject.getTSContainingNamespace()
          Gets the TSNamespace for TSContainingNamespace
 TSNamespace Root.getTSObjectNamespace()
          Gets the TSNamespace for TSObjectNamespace
 TSNamespace TSNamespace.getTSParentNamespace()
          Gets the TSNamespace for TSParentNamespace
 

Methods in com.sas.metadata.remote with parameters of type TSNamespace
 void SASPassword.setTSAssociatedNamespace(TSNamespace inObject)
          Sets the TSAssociatedNamespaces list 0th element to be inObject.
 void ContentLocation.setTSAssociatedNamespace(TSNamespace inObject)
          Sets the TSAssociatedNamespaces list 0th element to be inObject.
 void TSNameObject.setTSContainingNamespace(TSNamespace inObject)
          Sets the TSContainingNamespaces list 0th element to be inObject.
 void Root.setTSObjectNamespace(TSNamespace inObject)
          Sets the TSObjectNamespaces list 0th element to be inObject.
 void TSNamespace.setTSParentNamespace(TSNamespace inObject)
          Sets the TSParentNamespaces list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.