public class CommandPointTypeVO extends PointTypeVO
PointTypeVO.Types
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private static int |
version |
POINT_TYPE_CODES
Constructor and Description |
---|
CommandPointTypeVO() |
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 from) |
PointTypeRT |
createRuntime() |
int |
getDataTypeId() |
com.serotonin.web.i18n.LocalizableMessage |
getDescription() |
boolean |
isSettable() |
private void |
readObject(java.io.ObjectInputStream in) |
int |
typeId() |
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response) |
private void |
writeObject(java.io.ObjectOutputStream out) |
jsonDeserialize, jsonSerialize
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 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 from)
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