Uses of Interface
com.sas.metadata.remote.Condition
Packages that use Condition
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 Condition in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return ConditionModifier and TypeMethodDescriptionConditionActionSet.getAssociatedCondition()Gets theConditionforAssociatedConditionMethods in com.sas.metadata.remote with parameters of type ConditionModifier and TypeMethodDescriptionvoidConditionActionSet.setAssociatedCondition(Condition inObject) Sets theAssociatedConditionslist 0th element to beinObject. -
Uses of Condition in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return ConditionModifier and TypeMethodDescriptionConditionActionSetImpl.getAssociatedCondition()Gets theConditionforAssociatedConditionNOTE: 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 ConditionModifier and TypeMethodDescriptionvoidConditionActionSetImpl.setAssociatedCondition(Condition inObject) Sets theAssociatedConditionslist 0th element to beinObject.