public class AnnotatedPointValueTime extends PointValueTime
SetPointSource,
Serialized Form| Modifier 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, toStringprivate static final long serialVersionUID
private final int sourceType
SetPointSourceprivate final int sourceId
SetPointSourceprivate java.lang.String sourceDescriptionArgument
SetPointSourcepublic AnnotatedPointValueTime(MangoValue value, long time, int sourceType, int sourceId)
public boolean isAnnotated()
isAnnotated in class PointValueTimepublic 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)