public class OutputPointTypeVO extends PointTypeVO
PointTypeVO.Types| Modifier and Type | Field and Description |
|---|---|
private int |
outputId |
private static long |
serialVersionUID |
private static int |
version |
POINT_TYPE_CODES| Constructor and Description |
|---|
OutputPointTypeVO() |
| 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() |
int |
getOutputId() |
boolean |
isSettable() |
private void |
readObject(java.io.ObjectInputStream in) |
void |
setOutputId(int outputId) |
int |
typeId() |
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response) |
private void |
writeObject(java.io.ObjectOutputStream out) |
jsonDeserialize, jsonSerializeprivate int outputId
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 int getOutputId()
public void setOutputId(int outputId)
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.IOException