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 PointTypeVOpublic int typeId()
typeId in class PointTypeVOpublic int getDataTypeId()
getDataTypeId in class PointTypeVOpublic com.serotonin.web.i18n.LocalizableMessage getDescription()
getDescription in class PointTypeVOpublic boolean isSettable()
isSettable in class PointTypeVOpublic void validate(com.serotonin.web.dwr.DwrResponseI18n response)
validate in class PointTypeVOpublic 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.IOExceptionprivate void readObject(java.io.ObjectInputStream in)
throws java.io.IOException
java.io.IOExceptionpublic void jsonDeserialize(com.serotonin.json.JsonReader reader,
com.serotonin.json.JsonObject json)
throws com.serotonin.json.JsonException
jsonDeserialize in interface com.serotonin.json.JsonSerializablejsonDeserialize in class PointTypeVOcom.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.JsonSerializablejsonSerialize in class PointTypeVO