Public Member Functions | |
PropertyImpl (String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed | |
void | readCharacteristics () throws PropertyInitializationFailed |
void | destroy () |
CharacteristicComponentImpl | getParentComponent () |
String | name () |
String | characteristic_component_name () |
Any | get_characteristic_by_name (String name) throws NoSuchCharacteristic |
String[] | find_characteristic (String wildcard) |
PropertySet | get_all_characteristics () |
PropertyDesc | getPropertyDescriptor () |
Protected Attributes | |
String | name |
CharacteristicComponentImpl | parentComponent |
CharacteristicModelImpl | characteristicModelImpl |
Private Attributes | |
PropertyDesc | propertyDesc |
alma.ACS.Property
.
|
Constructor.
|
|
Implements alma::ACS::PropertyOperations.
|
|
Destroy property. Reimplemented in alma::ACS::impl::CommonPropertyImpl.
|
|
|
|
Implements alma::ACS::CharacteristicModelOperations.
|
|
|
|
Get property parent component.
|
|
Get property descriptor.
|
|
Implements alma::ACS::PropertyOperations.
|
|
Read property characteristics.
Reimplemented in alma::ACS::impl::CommonComparablePropertyImpl, alma::ACS::impl::CommonPropertyImpl, alma::ACS::impl::ROCommonComparablePropertyImpl, alma::ACS::impl::RWCommonComparablePropertyImpl, and alma::ACS::impl::TypelessPropertyImpl.
|
|
CharacteristicModel implementation (delegate). |
|
Property name. |
|
Property parent component. |
|
Property descriptor (lazy initialization). |