|
| 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 | |
|---|---|
abstract 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)
|
abstract void |
MetadataInterface.addObjectProperty(PropertyInterface property)
Add a property to this object. |
void |
Metadata.addObjectProperty(PropertyInterface property)
|
abstract void |
ServerInterface.addProperty(PropertyInterface property)
Add a property to the set of properties for this server. |
abstract void |
PropertySetInterface.addSetProperty(PropertyInterface property)
Add a property to the current set. |
void |
VirtualMetadata.removeObjectProperty(PropertyInterface property)
|
abstract void |
MetadataInterface.removeObjectProperty(PropertyInterface property)
Remove a Property from this object. |
void |
Metadata.removeObjectProperty(PropertyInterface property)
|
abstract void |
ServerInterface.removeProperty(PropertyInterface property)
Remove a property from the server. |
abstract void |
PropertySetInterface.removeSetProperty(PropertyInterface property)
Remove a property from the set. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||