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, jsonSerializeprivate 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 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.IOExceptionprivate void readObject(java.io.ObjectInputStream in)
throws java.io.IOException
java.io.IOException