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
 AbstractTransformation Text.getAssociatedTransformation()
          Gets the AbstractTransformation for AssociatedTransformation
 AbstractTransformation ConditionActionSet.getAssociatedTransformation()
          Gets the AbstractTransformation for AssociatedTransformation
 AbstractTransformation Variable.getOwningTransformation()
          Gets the AbstractTransformation for OwningTransformation
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.