public class VariablePointTypeVO extends PointTypeVO
PointTypeVO.Types
Modifier and Type | Field and Description |
---|---|
private int |
dataTypeId |
private static long |
serialVersionUID |
private java.lang.String |
variableName |
private static int |
version |
POINT_TYPE_CODES
Constructor and Description |
---|
VariablePointTypeVO() |
Modifier and Type | Method and Description |
---|---|
void |
addProperties(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list) |
void |
addPropertyChanges(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
java.lang.Object o) |
PointTypeRT |
createRuntime() |
int |
getDataTypeId() |
com.serotonin.web.i18n.LocalizableMessage |
getDescription() |
java.lang.String |
getVariableName() |
boolean |
isSettable() |
void |
jsonDeserialize(com.serotonin.json.JsonReader reader,
com.serotonin.json.JsonObject json) |
void |
jsonSerialize(java.util.Map<java.lang.String,java.lang.Object> map) |
private void |
readObject(java.io.ObjectInputStream in) |
void |
setDataTypeId(int dataTypeId) |
void |
setVariableName(java.lang.String variableName) |
int |
typeId() |
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response) |
private void |
writeObject(java.io.ObjectOutputStream out) |
private java.lang.String variableName
private int dataTypeId
private static final long serialVersionUID
private static final int version
public PointTypeRT createRuntime()
createRuntime
in class PointTypeVO
public int typeId()
typeId
in class PointTypeVO
public int getDataTypeId()
getDataTypeId
in class PointTypeVO
public com.serotonin.web.i18n.LocalizableMessage getDescription()
getDescription
in class PointTypeVO
public boolean isSettable()
isSettable
in class PointTypeVO
public void validate(com.serotonin.web.dwr.DwrResponseI18n response)
validate
in class PointTypeVO
public java.lang.String getVariableName()
public void setVariableName(java.lang.String variableName)
public void setDataTypeId(int dataTypeId)
public void addProperties(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list)
public void addPropertyChanges(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list, java.lang.Object o)
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException
java.io.IOException
public void jsonDeserialize(com.serotonin.json.JsonReader reader, com.serotonin.json.JsonObject json) throws com.serotonin.json.JsonException
jsonDeserialize
in interface com.serotonin.json.JsonSerializable
jsonDeserialize
in class PointTypeVO
com.serotonin.json.JsonException
- subclasses can throw this exceptionpublic void jsonSerialize(java.util.Map<java.lang.String,java.lang.Object> map)
jsonSerialize
in interface com.serotonin.json.JsonSerializable
jsonSerialize
in class PointTypeVO