Uses of Interface
com.sas.metadata.remote.AbstractPrompt
Packages that use AbstractPrompt
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 AbstractPrompt in com.sas.metadata.remote
Subinterfaces of AbstractPrompt in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceFor use by the SAS Prompt Interface.interfaceFor use by the SAS Prompt Interface.Methods in com.sas.metadata.remote that return AbstractPromptModifier and TypeMethodDescriptionTransformation.getAssociatedPrompt()Gets theAbstractPromptforAssociatedPromptMethods in com.sas.metadata.remote with parameters of type AbstractPromptModifier and TypeMethodDescriptionvoidTransformation.setAssociatedPrompt(AbstractPrompt inObject) Sets theAssociatedPromptslist 0th element to beinObject. -
Uses of AbstractPrompt in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return AbstractPromptModifier and TypeMethodDescriptionTransformationImpl.getAssociatedPrompt()Gets theAbstractPromptforAssociatedPromptNOTE: 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 AbstractPromptModifier and TypeMethodDescriptionvoidTransformationImpl.setAssociatedPrompt(AbstractPrompt inObject) Sets theAssociatedPromptslist 0th element to beinObject.