

Public Member Functions | |
| EmptyStringHandlerBACIPropertyType (BACIPropertyTypeIF delegate) | |
| String | getAlarm_fault_family () |
| String | getAlarm_fault_member () |
| Double | getAlarm_high_off () |
| Double | getAlarm_high_on () |
| Integer | getAlarm_level () |
| Double | getAlarm_low_off () |
| Double | getAlarm_low_on () |
| String | getAlarm_off () |
| String | getAlarm_on () |
| Double | getAlarm_timer_trig () |
| double | getArchive_delta () |
| double | getArchive_max_int () |
| double | getArchive_min_int () |
| int | getArchive_priority () |
| String | getBitDescription () |
| String | getCondition () |
| double | getDefault_timer_trig () |
| String | getDefault_value () |
| String | getDescription () |
| Element | getExtraData () |
| String | getFormat () |
| Double | getGraph_max () |
| Double | getGraph_min () |
| Double | getMax_value () |
| Double | getMin_delta_trig () |
| Double | getMin_step () |
| double | getMin_timer_trig () |
| Double | getMin_value () |
| String | getResolution () |
| String | getStatesDescription () |
| String | getUnits () |
| String | getWhenCleared () |
| String | getWhenSet () |
| boolean | isInitialize_devio () |
| void | setAlarm_fault_family (String alarmFaultFamily) |
| void | setAlarm_fault_member (String alarmFaultMember) |
| void | setAlarm_high_off (Double alarmHighOff) |
| void | setAlarm_high_on (Double alarmHighOn) |
| void | setAlarm_level (Integer alarmLevel) |
| void | setAlarm_low_off (Double alarmLowOff) |
| void | setAlarm_low_on (Double alarmLowOn) |
| void | setAlarm_off (String alarmOff) |
| void | setAlarm_on (String alarmOn) |
| void | setAlarm_timer_trig (Double alarmTimerTrig) |
| void | setArchive_delta (double archiveDelta) |
| void | setArchive_max_int (double archiveMaxInt) |
| void | setArchive_min_int (double archiveMinInt) |
| void | setArchive_priority (int archivePriority) |
| void | setBitDescription (String bitDescription) |
| void | setCondition (String condition) |
| void | setDefault_timer_trig (double defaultTimerTrig) |
| void | setDefault_value (String defaultValue) |
| void | setDescription (String description) |
| void | setFormat (String format) |
| void | setGraph_max (Double graphMax) |
| void | setGraph_min (Double graphMin) |
| void | setInitialize_devio (boolean initializeDevio) |
| void | setMax_value (Double maxValue) |
| void | setMin_delta_trig (Double minDeltaTrig) |
| void | setMin_step (Double minStep) |
| void | setMin_timer_trig (double minTimerTrig) |
| void | setMin_value (Double minValue) |
| void | setResolution (String resolution) |
| void | setStatesDescription (String statesDescription) |
| void | setUnits (String units) |
| void | setWhenCleared (String whenCleared) |
| void | setWhenSet (String whenSet) |
Static Public Member Functions | |
| static final String | handleInput (String value) |
| static final String | handleOutput (String value) |
Static Public Attributes | |
| static final String | EMPTY_STRING = "" |
| static final String | EMPTY_STRING_SUBSTITUTE = "!" |
Protected Attributes | |
| BACIPropertyTypeIF | delegate |
Private Attributes | |
| String | description |
| String | format |
| String | units |
| String | resolution |
| int | archive_priority |
| double | archive_min_int |
| double | archive_max_int |
| double | default_timer_trig |
| double | min_timer_trig |
| boolean | initialize_devio |
| Double | min_delta_trig |
| String | default_value |
| Double | graph_min |
| Double | graph_max |
| Double | min_step |
| double | archive_delta |
| Double | alarm_high_on |
| Double | alarm_low_on |
| Double | alarm_high_off |
| Double | alarm_low_off |
| Double | alarm_timer_trig |
| Double | min_value |
| Double | max_value |
| String | bitDescription |
| String | whenSet |
| String | whenCleared |
| String | statesDescription |
| String | condition |
| String | alarm_on |
| String | alarm_off |
| String | alarm_fault_family |
| String | alarm_fault_member |
| Integer | alarm_level |
| alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::EmptyStringHandlerBACIPropertyType | ( | BACIPropertyTypeIF | delegate | ) | [inline] |
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getAlarm_fault_family | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getAlarm_fault_family(), and handleOutput().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getAlarm_fault_member | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getAlarm_fault_member(), and handleOutput().
| Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getAlarm_high_off | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getAlarm_high_off().
| Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getAlarm_high_on | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getAlarm_high_on().
| Integer alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getAlarm_level | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getAlarm_level().
| Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getAlarm_low_off | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getAlarm_low_off().
| Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getAlarm_low_on | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getAlarm_low_on().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getAlarm_off | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getAlarm_off(), and handleOutput().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getAlarm_on | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getAlarm_on(), and handleOutput().
| Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getAlarm_timer_trig | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getAlarm_timer_trig().
| double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getArchive_delta | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getArchive_delta().
| double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getArchive_max_int | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getArchive_max_int().
| double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getArchive_min_int | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getArchive_min_int().
| int alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getArchive_priority | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getArchive_priority().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getBitDescription | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getBitDescription(), and handleOutput().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getCondition | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getCondition(), and handleOutput().
| double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getDefault_timer_trig | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getDefault_timer_trig().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getDefault_value | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getDefault_value(), and handleOutput().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getDescription | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getDescription(), and handleOutput().
| Element alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getExtraData | ( | ) | [inline] |
Implements com::cosylab::cdb::jdal::hibernate::ExtraDataFeature.
References delegate, and com::cosylab::cdb::jdal::hibernate::ExtraDataFeature::getExtraData().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getFormat | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getFormat(), and handleOutput().
| Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getGraph_max | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getGraph_max().
| Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getGraph_min | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getGraph_min().
| Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getMax_value | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getMax_value().
| Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getMin_delta_trig | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getMin_delta_trig().
| Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getMin_step | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getMin_step().
| double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getMin_timer_trig | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getMin_timer_trig().
| Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getMin_value | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::getMin_value().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getResolution | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getResolution(), and handleOutput().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getStatesDescription | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getStatesDescription(), and handleOutput().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getUnits | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getUnits(), and handleOutput().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getWhenCleared | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getWhenCleared(), and handleOutput().
| String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::getWhenSet | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, alma::TMCDB::baci::BACIPropertyTypeIF::getWhenSet(), and handleOutput().
| static final String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::handleInput | ( | String | value | ) | [inline, static] |
References EMPTY_STRING, and EMPTY_STRING_SUBSTITUTE.
Referenced by setAlarm_fault_family(), setAlarm_fault_member(), setAlarm_off(), setAlarm_on(), setBitDescription(), setCondition(), setDefault_value(), setDescription(), setFormat(), setResolution(), setStatesDescription(), setUnits(), setWhenCleared(), and setWhenSet().
| static final String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::handleOutput | ( | String | value | ) | [inline, static] |
References EMPTY_STRING, and EMPTY_STRING_SUBSTITUTE.
Referenced by getAlarm_fault_family(), getAlarm_fault_member(), getAlarm_off(), getAlarm_on(), getBitDescription(), getCondition(), getDefault_value(), getDescription(), getFormat(), getResolution(), getStatesDescription(), getUnits(), getWhenCleared(), and getWhenSet().
| boolean alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::isInitialize_devio | ( | ) | [inline] |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::isInitialize_devio().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setAlarm_fault_family | ( | String | alarmFaultFamily | ) | [inline] |
| alarmFaultFamily |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setAlarm_fault_family().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setAlarm_fault_member | ( | String | alarmFaultMember | ) | [inline] |
| alarmFaultMember |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setAlarm_fault_member().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setAlarm_high_off | ( | Double | alarmHighOff | ) | [inline] |
| alarmHighOff |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setAlarm_high_off().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setAlarm_high_on | ( | Double | alarmHighOn | ) | [inline] |
| alarmHighOn |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setAlarm_high_on().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setAlarm_level | ( | Integer | alarmLevel | ) | [inline] |
| alarmLevel |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setAlarm_level().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setAlarm_low_off | ( | Double | alarmLowOff | ) | [inline] |
| alarmLowOff |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setAlarm_low_off().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setAlarm_low_on | ( | Double | alarmLowOn | ) | [inline] |
| alarmLowOn |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setAlarm_low_on().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setAlarm_off | ( | String | alarmOff | ) | [inline] |
| alarmOff |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setAlarm_off().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setAlarm_on | ( | String | alarmOn | ) | [inline] |
| alarmOn |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setAlarm_on().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setAlarm_timer_trig | ( | Double | alarmTimerTrig | ) | [inline] |
| alarmTimerTrig |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setAlarm_timer_trig().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setArchive_delta | ( | double | archiveDelta | ) | [inline] |
| archiveDelta |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setArchive_delta().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setArchive_max_int | ( | double | archiveMaxInt | ) | [inline] |
| archiveMaxInt |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setArchive_max_int().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setArchive_min_int | ( | double | archiveMinInt | ) | [inline] |
| archiveMinInt |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setArchive_min_int().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setArchive_priority | ( | int | archivePriority | ) | [inline] |
| archivePriority |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setArchive_priority().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setBitDescription | ( | String | bitDescription | ) | [inline] |
| bitDescription |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setBitDescription().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setCondition | ( | String | condition | ) | [inline] |
| condition |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setCondition().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setDefault_timer_trig | ( | double | defaultTimerTrig | ) | [inline] |
| defaultTimerTrig |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setDefault_timer_trig().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setDefault_value | ( | String | defaultValue | ) | [inline] |
| defaultValue |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setDefault_value().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setDescription | ( | String | description | ) | [inline] |
| description |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setDescription().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setFormat | ( | String | format | ) | [inline] |
| format |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setFormat().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setGraph_max | ( | Double | graphMax | ) | [inline] |
| graphMax |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setGraph_max().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setGraph_min | ( | Double | graphMin | ) | [inline] |
| graphMin |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setGraph_min().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setInitialize_devio | ( | boolean | initializeDevio | ) | [inline] |
| initializeDevio |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setInitialize_devio().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setMax_value | ( | Double | maxValue | ) | [inline] |
| maxValue |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setMax_value().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setMin_delta_trig | ( | Double | minDeltaTrig | ) | [inline] |
| minDeltaTrig |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setMin_delta_trig().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setMin_step | ( | Double | minStep | ) | [inline] |
| minStep |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setMin_step().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setMin_timer_trig | ( | double | minTimerTrig | ) | [inline] |
| minTimerTrig |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setMin_timer_trig().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setMin_value | ( | Double | minValue | ) | [inline] |
| minValue |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, and alma::TMCDB::baci::BACIPropertyTypeIF::setMin_value().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setResolution | ( | String | resolution | ) | [inline] |
| resolution |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setResolution().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setStatesDescription | ( | String | statesDescription | ) | [inline] |
| statesDescription |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setStatesDescription().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setUnits | ( | String | units | ) | [inline] |
| units |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setUnits().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setWhenCleared | ( | String | whenCleared | ) | [inline] |
| whenCleared |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setWhenCleared().
| void alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::setWhenSet | ( | String | whenSet | ) | [inline] |
| whenSet |
Implements alma::TMCDB::baci::BACIPropertyTypeIF.
References delegate, handleInput(), and alma::TMCDB::baci::BACIPropertyTypeIF::setWhenSet().
Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::alarm_high_on [private] |
Integer alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::alarm_level [private] |
Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::alarm_low_off [private] |
Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::alarm_low_on [private] |
String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::alarm_off [private] |
String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::alarm_on [private] |
double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::archive_delta [private] |
String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::condition [private] |
String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::default_value [private] |
Referenced by getAlarm_fault_family(), getAlarm_fault_member(), getAlarm_high_off(), getAlarm_high_on(), getAlarm_level(), getAlarm_low_off(), getAlarm_low_on(), getAlarm_off(), getAlarm_on(), getAlarm_timer_trig(), getArchive_delta(), getArchive_max_int(), getArchive_min_int(), getArchive_priority(), getBitDescription(), getCondition(), getDefault_timer_trig(), getDefault_value(), getDescription(), getExtraData(), getFormat(), getGraph_max(), getGraph_min(), getMax_value(), getMin_delta_trig(), getMin_step(), getMin_timer_trig(), getMin_value(), getResolution(), getStatesDescription(), getUnits(), getWhenCleared(), getWhenSet(), isInitialize_devio(), setAlarm_fault_family(), setAlarm_fault_member(), setAlarm_high_off(), setAlarm_high_on(), setAlarm_level(), setAlarm_low_off(), setAlarm_low_on(), setAlarm_off(), setAlarm_on(), setAlarm_timer_trig(), setArchive_delta(), setArchive_max_int(), setArchive_min_int(), setArchive_priority(), setBitDescription(), setCondition(), setDefault_timer_trig(), setDefault_value(), setDescription(), setFormat(), setGraph_max(), setGraph_min(), setInitialize_devio(), setMax_value(), setMin_delta_trig(), setMin_step(), setMin_timer_trig(), setMin_value(), setResolution(), setStatesDescription(), setUnits(), setWhenCleared(), and setWhenSet().
String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::description [private] |
final String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::EMPTY_STRING = "" [static] |
Referenced by handleInput(), and handleOutput().
final String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::EMPTY_STRING_SUBSTITUTE = "!" [static] |
Referenced by handleInput(), and handleOutput().
String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::format [private] |
Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::graph_max [private] |
Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::graph_min [private] |
boolean alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::initialize_devio [private] |
Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::max_value [private] |
Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::min_step [private] |
Double alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::min_value [private] |
String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::resolution [private] |
String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::units [private] |
String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::whenCleared [private] |
String alma::TMCDB::baci::EmptyStringHandlerBACIPropertyType::whenSet [private] |
1.6.2