public class ViconicsPointLocatorVO extends AbstractPointLocatorVO
Modifier and Type | Field and Description |
---|---|
private int |
dataTypeId |
private int |
deviceCommAddress |
private byte[] |
deviceIeee |
private int |
pointAddress |
private static long |
serialVersionUID |
private boolean |
settable |
private static int |
version |
Constructor and Description |
---|
ViconicsPointLocatorVO() |
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) |
PointLocatorRT |
createRuntime()
Create a runtime version of the locator
|
com.serotonin.web.i18n.LocalizableMessage |
getConfigurationDescription()
An arbitrary description of the point location configuration for human consumption.
|
int |
getDataTypeId()
One of the com.serotonin.mango.DataTypes
|
int |
getDeviceCommAddress() |
byte[] |
getDeviceIeee() |
int |
getPointAddress() |
boolean |
isSettable()
Can the value be set in the data source?
|
private void |
readObject(java.io.ObjectInputStream in) |
void |
setDataTypeId(int dataTypeId) |
void |
setDeviceCommAddress(int deviceCommAddress) |
void |
setDeviceIeee(byte[] deviceIeee) |
void |
setPointAddress(int pointAddress) |
void |
setSettable(boolean settable) |
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response)
Validate.
|
private void |
writeObject(java.io.ObjectOutputStream out) |
deserializeDataType, getDataPointSaveHandler, getDataTypeMessage, getMessage, isRelinquishable, serializeDataType
private byte[] deviceIeee
private int deviceCommAddress
private int pointAddress
private int dataTypeId
private boolean settable
private static final long serialVersionUID
private static final int version
public PointLocatorRT createRuntime()
PointLocatorVO
public com.serotonin.web.i18n.LocalizableMessage getConfigurationDescription()
PointLocatorVO
public byte[] getDeviceIeee()
public void setDeviceIeee(byte[] deviceIeee)
public int getDeviceCommAddress()
public void setDeviceCommAddress(int deviceCommAddress)
public int getPointAddress()
public void setPointAddress(int pointAddress)
public int getDataTypeId()
PointLocatorVO
public void setDataTypeId(int dataTypeId)
public boolean isSettable()
PointLocatorVO
public void setSettable(boolean settable)
public void validate(com.serotonin.web.dwr.DwrResponseI18n response)
PointLocatorVO
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.IOException
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException