public class RandomBooleanChangeVO extends ChangeTypeVO
ChangeTypeVO.Types| Modifier and Type | Field and Description |
|---|---|
static com.serotonin.web.i18n.LocalizableMessage |
KEY |
private static long |
serialVersionUID |
private static int |
version |
CHANGE_TYPE_CODES| Constructor and Description |
|---|
RandomBooleanChangeVO() |
| Modifier and Type | Method and Description |
|---|---|
ChangeTypeRT |
createRuntime() |
com.serotonin.web.i18n.LocalizableMessage |
getDescription() |
private void |
readObject(java.io.ObjectInputStream in) |
int |
typeId() |
private void |
writeObject(java.io.ObjectOutputStream out) |
addProperties, addPropertyChanges, getChangeTypes, getStartValue, jsonDeserialize, jsonSerialize, setStartValuepublic static final com.serotonin.web.i18n.LocalizableMessage KEY
private static final long serialVersionUID
private static final int version
public int typeId()
typeId in class ChangeTypeVOpublic com.serotonin.web.i18n.LocalizableMessage getDescription()
getDescription in class ChangeTypeVOpublic ChangeTypeRT createRuntime()
createRuntime in class ChangeTypeVOprivate 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