|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyInterface | |
---|---|
com.sas.services.information.metadata | Information Service metadata. |
Uses of PropertyInterface in com.sas.services.information.metadata |
---|
Methods in com.sas.services.information.metadata that return PropertyInterface | |
---|---|
PropertyInterface |
ServerInterface.getProperty(java.lang.String name)
Get a named property for this server. |
Methods in com.sas.services.information.metadata with parameters of type PropertyInterface | |
---|---|
void |
VirtualMetadata.addObjectProperty(PropertyInterface property)
|
void |
MetadataInterface.addObjectProperty(PropertyInterface property)
Add a property to this object. |
void |
Metadata.addObjectProperty(PropertyInterface property)
|
void |
ServerInterface.addProperty(PropertyInterface property)
Add a property to the set of properties for this server. |
void |
PropertySetInterface.addSetProperty(PropertyInterface property)
Add a property to the current set. |
void |
VirtualMetadata.removeObjectProperty(PropertyInterface property)
|
void |
MetadataInterface.removeObjectProperty(PropertyInterface property)
Remove a Property from this object. |
void |
Metadata.removeObjectProperty(PropertyInterface property)
|
void |
ServerInterface.removeProperty(PropertyInterface property)
Remove a property from the server. |
void |
PropertySetInterface.removeSetProperty(PropertyInterface property)
Remove a property from the set. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |