Public Member Functions | |
| ROCommonComparablePropertyImpl (Class propertyType, String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed | |
| ROCommonComparablePropertyImpl (Class propertyType, String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed | |
| void | readCharacteristics () throws PropertyInitializationFailed |
Protected Attributes | |
| Object | alarmLowOn |
| Object | alarmLowOff |
| Object | alarmHighOn |
| Object | alarmHighOff |
| int | alarmTimerTrig |
Implementation of read-only common comparable property, i.e. type of java.lang.Object.
| alma.ACS.impl.ROCommonComparablePropertyImpl.ROCommonComparablePropertyImpl | ( | Class | propertyType, | |
| String | name, | |||
| CharacteristicComponentImpl | parentComponent | |||
| ) | throws PropertyInitializationFailed |
Constructor with memory data access.
| propertyType | property Class type, non-null. | |
| name | property name, non-null. | |
| parentComponent | parent component, non-null. |
| PropertyInitializationFailed | exception is thrown on failure |
References alma.ACS.impl.PropertyImpl.parentComponent, and alma.ACS.impl.CommonPropertyImpl.propertyType.
| alma.ACS.impl.ROCommonComparablePropertyImpl.ROCommonComparablePropertyImpl | ( | Class | propertyType, | |
| String | name, | |||
| CharacteristicComponentImpl | parentComponent, | |||
| DataAccess | dataAccess | |||
| ) | throws PropertyInitializationFailed |
Constructor.
| propertyType | property Class type, non-null. | |
| name | property name, non-null. | |
| parentComponent | parent component, non-null. | |
| dataAccess | data access to be use, non-null. |
| PropertyInitializationFailed | exception is thrown on failure |
References alma.ACS.impl.CommonPropertyImpl.dataAccess, alma.ACS.impl.PropertyImpl.name(), alma.ACS.impl.PropertyImpl.parentComponent, and alma.ACS.impl.CommonPropertyImpl.propertyType.
| void alma.ACS.impl.ROCommonComparablePropertyImpl.readCharacteristics | ( | ) | throws PropertyInitializationFailed |
Read property characteristics.
| PropertyInitializationFailed | exception is thrown on failure |
Reimplemented from alma.ACS.impl.CommonComparablePropertyImpl.
References alma.ACS.impl.ROCommonComparablePropertyImpl.alarmHighOff, alma.ACS.impl.ROCommonComparablePropertyImpl.alarmHighOn, alma.ACS.impl.ROCommonComparablePropertyImpl.alarmLowOff, alma.ACS.impl.ROCommonComparablePropertyImpl.alarmLowOn, alma.ACS.impl.ROCommonComparablePropertyImpl.alarmTimerTrig, alma.ACS.impl.PropertyImpl.characteristicModelImpl, alma.ACS.impl.CharacteristicModelImpl.getDouble(), and alma.ACS.impl.CommonPropertyImpl.readPropertyTypeCharacteristic().
Object alma.ACS.impl.ROCommonComparablePropertyImpl.alarmHighOff [protected] |
Alarm high off value.
Referenced by alma.ACS.impl.ROuLongLongImpl.alarm_high_off(), alma.ACS.impl.ROlongSeqImpl.alarm_high_off(), alma.ACS.impl.ROlongLongImpl.alarm_high_off(), alma.ACS.impl.ROlongImpl.alarm_high_off(), alma.ACS.impl.ROfloatSeqImpl.alarm_high_off(), alma.ACS.impl.ROfloatImpl.alarm_high_off(), alma.ACS.impl.ROdoubleSeqImpl.alarm_high_off(), alma.ACS.impl.ROdoubleImpl.alarm_high_off(), and alma.ACS.impl.ROCommonComparablePropertyImpl.readCharacteristics().
Object alma.ACS.impl.ROCommonComparablePropertyImpl.alarmHighOn [protected] |
Alarm high on value.
Referenced by alma.ACS.impl.ROuLongLongImpl.alarm_high_on(), alma.ACS.impl.ROlongSeqImpl.alarm_high_on(), alma.ACS.impl.ROlongLongImpl.alarm_high_on(), alma.ACS.impl.ROlongImpl.alarm_high_on(), alma.ACS.impl.ROfloatSeqImpl.alarm_high_on(), alma.ACS.impl.ROfloatImpl.alarm_high_on(), alma.ACS.impl.ROdoubleSeqImpl.alarm_high_on(), alma.ACS.impl.ROdoubleImpl.alarm_high_on(), and alma.ACS.impl.ROCommonComparablePropertyImpl.readCharacteristics().
Object alma.ACS.impl.ROCommonComparablePropertyImpl.alarmLowOff [protected] |
Alarm low off value.
Referenced by alma.ACS.impl.ROuLongLongImpl.alarm_low_off(), alma.ACS.impl.ROlongSeqImpl.alarm_low_off(), alma.ACS.impl.ROlongLongImpl.alarm_low_off(), alma.ACS.impl.ROlongImpl.alarm_low_off(), alma.ACS.impl.ROfloatSeqImpl.alarm_low_off(), alma.ACS.impl.ROfloatImpl.alarm_low_off(), alma.ACS.impl.ROdoubleSeqImpl.alarm_low_off(), alma.ACS.impl.ROdoubleImpl.alarm_low_off(), and alma.ACS.impl.ROCommonComparablePropertyImpl.readCharacteristics().
Object alma.ACS.impl.ROCommonComparablePropertyImpl.alarmLowOn [protected] |
Alarm low on value.
Referenced by alma.ACS.impl.ROuLongLongImpl.alarm_low_on(), alma.ACS.impl.ROlongSeqImpl.alarm_low_on(), alma.ACS.impl.ROlongLongImpl.alarm_low_on(), alma.ACS.impl.ROlongImpl.alarm_low_on(), alma.ACS.impl.ROfloatSeqImpl.alarm_low_on(), alma.ACS.impl.ROfloatImpl.alarm_low_on(), alma.ACS.impl.ROdoubleSeqImpl.alarm_low_on(), alma.ACS.impl.ROdoubleImpl.alarm_low_on(), and alma.ACS.impl.ROCommonComparablePropertyImpl.readCharacteristics().
int alma.ACS.impl.ROCommonComparablePropertyImpl.alarmTimerTrig [protected] |
Alarm timer trigger.
Referenced by alma.ACS.impl.ROCommonComparablePropertyImpl.readCharacteristics().
1.7.0