public class AnnotatedPointValueTime extends PointValueTime
SetPointSource
,
Serialized FormModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private java.lang.String |
sourceDescriptionArgument
An arbitrary description of the source, human readable.
|
private int |
sourceId
The id of the source that created the annotation.
|
private int |
sourceType
The type of source that created the annotation.
|
Constructor and Description |
---|
AnnotatedPointValueTime(MangoValue value,
long time,
int sourceType,
int sourceId) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnnotation(java.util.ResourceBundle bundle) |
java.lang.String |
getSourceDescriptionArgument() |
java.lang.String |
getSourceDescriptionKey() |
int |
getSourceId() |
int |
getSourceType() |
boolean |
isAnnotated() |
void |
setSourceDescriptionArgument(java.lang.String sourceDescriptionArgument) |
equals, equalValues, getBooleanValue, getDoubleValue, getIntegerValue, getStringValue, getTime, getValue, getValue, jsonDeserialize, jsonSerialize, toString
private static final long serialVersionUID
private final int sourceType
SetPointSource
private final int sourceId
SetPointSource
private java.lang.String sourceDescriptionArgument
SetPointSource
public AnnotatedPointValueTime(MangoValue value, long time, int sourceType, int sourceId)
public boolean isAnnotated()
isAnnotated
in class PointValueTime
public int getSourceId()
public int getSourceType()
public java.lang.String getSourceDescriptionKey()
public java.lang.String getSourceDescriptionArgument()
public void setSourceDescriptionArgument(java.lang.String sourceDescriptionArgument)
public java.lang.String getAnnotation(java.util.ResourceBundle bundle)