public abstract class ROCommonComparablePropertyImpl extends CommonComparablePropertyImpl
java.lang.Object.CommonPropertyImpl.GetAsyncAction, CommonPropertyImpl.SetAsyncAction| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
alarmHighOff
Alarm high off value.
|
protected java.lang.Object |
alarmHighOn
Alarm high on value.
|
protected java.lang.Object |
alarmLowOff
Alarm low off value.
|
protected java.lang.Object |
alarmLowOn
Alarm low on value.
|
protected int |
alarmTimerTrig
Alarm timer trigger.
|
graphMax, graphMin, minDeltaTrigger, minStepdataAccess, defaultTimerTrigger, defaultValue, historyPosition, historySize, historyTime, historyTurnaround, historyValue, m_logger, minTimerTrigger, mnemonicCompletion, mnemonicDataLock, mnemonicReadPending, mnemonicTime, mnemonicValue, mnemonicValueRetrival, monitors, propertyTypedescription, format, resolution, unitscharacteristicModelImpl, name, parentComponent, propertyRefDONE_TYPE, WORKING_TYPE| Constructor and Description |
|---|
ROCommonComparablePropertyImpl(java.lang.Class propertyType,
java.lang.String name,
CharacteristicComponentImpl parentComponent)
Constructor with memory data access.
|
ROCommonComparablePropertyImpl(java.lang.Class propertyType,
java.lang.String name,
CharacteristicComponentImpl parentComponent,
DataAccess dataAccess)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
readCharacteristics()
Read property characteristics.
|
lessThanDelta, noDelta, sumaddValueToHistory, default_timer_trigger, destroy, getAsync, getDataAccess, getHistory, getSync, min_timer_trigger, mnemonicValue, readPropertyTypeCharacteristic, registerMonitor, registerNonCorbaMonitor, setAsync, setNonblocking, setSync, unregisterMonitorarchive_now, description, format, publish_now, resolution, set_archive, set_archiving_interval, unitscharacteristic_component_name, find_characteristic, get_all_characteristics, get_characteristic_by_name, getParentComponent, getPropertyDescriptor, getPropertyRef, name, setPropertyRefclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispatchCallbackprotected java.lang.Object alarmLowOn
protected java.lang.Object alarmLowOff
protected java.lang.Object alarmHighOn
protected java.lang.Object alarmHighOff
protected int alarmTimerTrig
public ROCommonComparablePropertyImpl(java.lang.Class propertyType,
java.lang.String name,
CharacteristicComponentImpl parentComponent)
throws PropertyInitializationFailed
propertyType - property Class type, non-null.name - property name, non-null.parentComponent - parent component, non-null.PropertyInitializationFailed - exception is thrown on failurepublic ROCommonComparablePropertyImpl(java.lang.Class propertyType,
java.lang.String name,
CharacteristicComponentImpl parentComponent,
DataAccess dataAccess)
throws PropertyInitializationFailed
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 failurepublic void readCharacteristics()
throws PropertyInitializationFailed
readCharacteristics in class CommonComparablePropertyImplPropertyInitializationFailed - exception is thrown on failure