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 [package] |
| name | ||
| parentComponent |
| PropertyInitializationFailed |
References alma.ACS.impl.PropertyImpl.name(), and alma.ACS.impl.PropertyImpl.parentComponent.
Referenced by alma.ACS.impl.CommonRWEnumPropertyImpl.createEnumProperty().
| alma.ACS.impl.CommonRWEnumPropertyImpl.CommonRWEnumPropertyImpl | ( | Class | enumClass, | |
| String | name, | |||
| CharacteristicComponentImpl | parentComponent, | |||
| DataAccess | dataAccess | |||
| ) | throws PropertyInitializationFailed [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 [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 alma.ACS.impl.CommonRWEnumPropertyImpl.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 | ) |
References alma.ACS.impl.CommonPropertyImpl.setSync().
1.7.0