Uses of Interface
com.sas.services.information.metadata.PropertyInterface
Packages that use PropertyInterface
-
Uses of PropertyInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return PropertyInterfaceModifier and TypeMethodDescriptionOMRServer.getProperty(String name) Get a named property for this server.ServerInterface.getProperty(String name) Get a named property for this server.Methods in com.sas.services.information.metadata with parameters of type PropertyInterfaceModifier and TypeMethodDescriptionvoidMetadata.addObjectProperty(PropertyInterface property) voidMetadataInterface.addObjectProperty(PropertyInterface property) Add a property to this object.voidVirtualMetadata.addObjectProperty(PropertyInterface property) voidOMRServer.addProperty(PropertyInterface property) Add a property to the set of properties for this server.voidServerInterface.addProperty(PropertyInterface property) Add a property to the set of properties for this server.voidOMRPropertySet.addSetProperty(PropertyInterface property) voidPropertySetInterface.addSetProperty(PropertyInterface property) Add a property to the current set.voidMetadata.removeObjectProperty(PropertyInterface property) voidMetadataInterface.removeObjectProperty(PropertyInterface property) Remove a Property from this object.voidVirtualMetadata.removeObjectProperty(PropertyInterface property) voidOMRServer.removeProperty(PropertyInterface property) Remove a property from the server.voidServerInterface.removeProperty(PropertyInterface property) Remove a property from the server.voidOMRPropertySet.removeSetProperty(PropertyInterface property) voidPropertySetInterface.removeSetProperty(PropertyInterface property) Remove a property from the set.