Uses of Interface
com.sas.metadata.remote.AbstractProperty
Packages that use AbstractProperty
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 AbstractProperty in com.sas.metadata.remote
Subinterfaces of AbstractProperty in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceThe SAS Metadata Model provides a Prototype metadata type to define templates that can be used to create metadata entities.interfaceThe SAS Metadata Model provides a Prototype metadata type to define templates that can be used to create metadata entities.interfaceA parameter, option or other type of information that is used to tailor a metadata object.interfaceThis is the super type for types that define properties that are for prototype objects only.Methods in com.sas.metadata.remote that return AbstractPropertyModifier and TypeMethodDescriptionText.getAssociatedProperty()Gets theAbstractPropertyforAssociatedPropertyMethods in com.sas.metadata.remote with parameters of type AbstractPropertyModifier and TypeMethodDescriptionvoidText.setAssociatedProperty(AbstractProperty inObject) Sets theAssociatedPropertyslist 0th element to beinObject. -
Uses of AbstractProperty in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return AbstractPropertyModifier and TypeMethodDescriptionTextImpl.getAssociatedProperty()Gets theAbstractPropertyforAssociatedPropertyNOTE: 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 AbstractPropertyModifier and TypeMethodDescriptionvoidTextImpl.setAssociatedProperty(AbstractProperty inObject) Sets theAssociatedPropertyslist 0th element to beinObject.