

Classes | |
| class | RWEnumProxy |
Public Member Functions | |
| Completion | set_sync (Object value) |
Static Public Member Functions | |
| static Object | createEnumProperty (Class operationsIF, Class propertyType, String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed |
Package Functions | |
| CommonRWEnumPropertyImpl (Class enumClass, String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed | |
| CommonRWEnumPropertyImpl (Class enumClass, String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed | |
Base RW enum class.
| alma::ACS::impl::CommonRWEnumPropertyImpl::CommonRWEnumPropertyImpl | ( | Class | enumClass, | |
| String | name, | |||
| CharacteristicComponentImpl | parentComponent | |||
| ) | throws PropertyInitializationFailed [inline, package] |
| name | ||
| parentComponent |
| PropertyInitializationFailed |
References alma::ACS::impl::PropertyImpl::name(), and alma::ACS::impl::PropertyImpl::parentComponent.
Referenced by createEnumProperty().
| alma::ACS::impl::CommonRWEnumPropertyImpl::CommonRWEnumPropertyImpl | ( | Class | enumClass, | |
| String | name, | |||
| CharacteristicComponentImpl | parentComponent, | |||
| DataAccess | dataAccess | |||
| ) | throws PropertyInitializationFailed [inline, package] |
| name | ||
| parentComponent | ||
| dataAccess |
| PropertyInitializationFailed |
References alma::ACS::impl::CommonPropertyImpl::dataAccess, alma::ACS::impl::PropertyImpl::name(), and alma::ACS::impl::PropertyImpl::parentComponent.
| static Object alma::ACS::impl::CommonRWEnumPropertyImpl::createEnumProperty | ( | Class | operationsIF, | |
| Class | propertyType, | |||
| String | name, | |||
| CharacteristicComponentImpl | parentComponent, | |||
| DataAccess | dataAccess | |||
| ) | throws PropertyInitializationFailed [inline, static] |
Create RW enum structure. Example: BasicStatesOperations basicStatesEnumImpl = (BasicStatesOperations)CommonRWEnumPropertyImpl.createEnumProperty( BasicStatesOperations.class, BasicStates.class, "state", parentComponent, dataAccess);
| operationsIF | CORBA <enum type>="">Operations class. | |
| propertyType | CORBA enum class. | |
| name | name of the property. | |
| parentComponent | property component. | |
| dataAccess | data access to be used. |
| PropertyInitializationFailed |
Reimplemented from alma::ACS::impl::CommonROEnumPropertyImpl.
References CommonRWEnumPropertyImpl(), alma::ACS::impl::CommonPropertyImpl::dataAccess, alma::ACS::impl::PropertyImpl::name(), alma::ACS::impl::PropertyImpl::parentComponent, and alma::ACS::impl::CommonPropertyImpl::propertyType.
| Completion alma::ACS::impl::CommonRWEnumPropertyImpl::set_sync | ( | Object | value | ) | [inline] |
References alma::ACS::impl::CommonPropertyImpl::setSync().
Referenced by alma::ACS::impl::CommonRWEnumPropertyImpl::RWEnumProxy::invoke().
1.6.2