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

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

Uses of AbstractTransformation in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return AbstractTransformation
abstract  AbstractTransformation Text.getAssociatedTransformation()
          Gets the AbstractTransformation for AssociatedTransformation
abstract  AbstractTransformation ConditionActionSet.getAssociatedTransformation()
          Gets the AbstractTransformation for AssociatedTransformation
abstract  AbstractTransformation Variable.getOwningTransformation()
          Gets the AbstractTransformation for OwningTransformation
 

Methods in com.sas.metadata.remote with parameters of type AbstractTransformation
abstract  void Text.setAssociatedTransformation(AbstractTransformation inObject)
          Sets the AssociatedTransformations list 0th element to be inObject.
abstract  void ConditionActionSet.setAssociatedTransformation(AbstractTransformation inObject)
          Sets the AssociatedTransformations list 0th element to be inObject.
abstract  void Variable.setOwningTransformation(AbstractTransformation inObject)
          Sets the OwningTransformations list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.