ControlsValueType
- type of the controls value. Must be derived from
ChannelAccessControlsValue
.TimeValueType
- type of the time value. Must be derived from
ChannelAccessTimeValue
.public abstract class JackieDisplay<ControlsValueType extends ChannelAccessNumericControlsValue<?>,TimeValueType extends ChannelAccessTimeValue<?>> extends JackieAlarmAndTime<TimeValueType> implements org.diirt.vtype.Display
Modifier and Type | Field and Description |
---|---|
protected ControlsValueType |
controlsValue |
protected boolean |
honorZeroPrecision |
disconnectTime, scalar, timeValue
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.text.NumberFormat |
getFormat() |
java.lang.Double |
getLowerAlarmLimit() |
java.lang.Double |
getLowerCtrlLimit() |
java.lang.Double |
getLowerDisplayLimit() |
java.lang.Double |
getLowerWarningLimit() |
java.lang.String |
getUnits() |
java.lang.Double |
getUpperAlarmLimit() |
java.lang.Double |
getUpperCtrlLimit() |
java.lang.Double |
getUpperDisplayLimit() |
java.lang.Double |
getUpperWarningLimit() |
int |
hashCode() |
java.lang.String |
toString() |
getAlarmName, getAlarmSeverity, getTimestamp, getTimeUserTag, isTimeValid
protected final ControlsValueType extends ChannelAccessNumericControlsValue<?> controlsValue
protected final boolean honorZeroPrecision
public boolean equals(java.lang.Object obj)
equals
in class JackieAlarmAndTime<TimeValueType extends ChannelAccessTimeValue<?>>
public java.text.NumberFormat getFormat()
getFormat
in interface org.diirt.vtype.Display
public java.lang.Double getLowerAlarmLimit()
getLowerAlarmLimit
in interface org.diirt.vtype.Display
public java.lang.Double getLowerCtrlLimit()
getLowerCtrlLimit
in interface org.diirt.vtype.Display
public java.lang.Double getLowerDisplayLimit()
getLowerDisplayLimit
in interface org.diirt.vtype.Display
public java.lang.Double getLowerWarningLimit()
getLowerWarningLimit
in interface org.diirt.vtype.Display
public java.lang.String getUnits()
getUnits
in interface org.diirt.vtype.Display
public java.lang.Double getUpperAlarmLimit()
getUpperAlarmLimit
in interface org.diirt.vtype.Display
public java.lang.Double getUpperCtrlLimit()
getUpperCtrlLimit
in interface org.diirt.vtype.Display
public java.lang.Double getUpperDisplayLimit()
getUpperDisplayLimit
in interface org.diirt.vtype.Display
public java.lang.Double getUpperWarningLimit()
getUpperWarningLimit
in interface org.diirt.vtype.Display
public int hashCode()
hashCode
in class JackieAlarmAndTime<TimeValueType extends ChannelAccessTimeValue<?>>
public java.lang.String toString()
toString
in class JackieAlarmAndTime<TimeValueType extends ChannelAccessTimeValue<?>>
Copyright © 2017–2017 aquenos GmbH. All rights reserved.