Class ImmutableQualifiedValue
java.lang.Object
com.inductiveautomation.perspective.common.ImmutableQualifiedValue
- All Implemented Interfaces:
- QualifiedValue,- Serializable
Created by carlg on 12/29/2016.
- See Also:
- 
Field SummaryFields inherited from interface com.inductiveautomation.ignition.common.model.values.QualifiedValueBAD, CONFIG_ERROR, DISABLED, EXPRESSION_EVAL_ERROR, INITIAL_VALUE, NOT_CONNECTED, NOT_FOUND, REFERENCE_NOT_FOUND, STALE, TRANSFORM_ERROR, TYPE_CONVERSION, UNKNOWN, UNSUPPORTED
- 
Constructor SummaryConstructorsConstructorDescriptionImmutableQualifiedValue(Object value) ImmutableQualifiedValue(Object value, QualityCode quality) ImmutableQualifiedValue(Object value, QualityCode quality, Date timestamp) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.model.values.QualifiedValuederive, derive, derive
- 
Constructor Details- 
ImmutableQualifiedValue
- 
ImmutableQualifiedValue
- 
ImmutableQualifiedValue
 
- 
- 
Method Details- 
getValue- Specified by:
- getValuein interface- QualifiedValue
 
- 
getQuality- Specified by:
- getQualityin interface- QualifiedValue
 
- 
getTimestamp- Specified by:
- getTimestampin interface- QualifiedValue
 
- 
equalsTests that the objects values are equal. DOES NOT TEST timestamp, because in most cases you want to leave it out. If you want to test it, call equals(val,true).
- 
equals- Specified by:
- equalsin interface- QualifiedValue
 
- 
hashCodepublic int hashCode()
- 
toString
 
-