public class Alpha2PointLocatorVO extends AbstractPointLocatorVO
Modifier and Type | Field and Description |
---|---|
private int |
accessMode |
private int |
deviceCodeId |
private int |
deviceNumber |
static int |
READ_ONLY |
static int |
READ_WRITE |
static byte |
RUN_STOP_CODE |
private static long |
serialVersionUID |
private static int |
version |
static int |
WRITE_ONLY |
Constructor and Description |
---|
Alpha2PointLocatorVO() |
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
|
int |
getAccessMode() |
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 |
getDeviceCodeId() |
int |
getDeviceNumber() |
boolean |
isReadable() |
boolean |
isSettable()
Can the value be set in the data source?
|
private void |
readObject(java.io.ObjectInputStream in) |
void |
setAccessMode(int accessMode) |
void |
setDeviceCodeId(int deviceCodeId) |
void |
setDeviceNumber(int deviceNumber) |
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response)
Validate.
|
private void |
writeObject(java.io.ObjectOutputStream out) |
deserializeDataType, getDataPointSaveHandler, getDataTypeMessage, getMessage, isRelinquishable, serializeDataType
public static final byte RUN_STOP_CODE
public static final int READ_ONLY
public static final int WRITE_ONLY
public static final int READ_WRITE
private int deviceCodeId
private int deviceNumber
private int accessMode
private static final long serialVersionUID
private static final int version
public int getDataTypeId()
PointLocatorVO
public com.serotonin.web.i18n.LocalizableMessage getConfigurationDescription()
PointLocatorVO
public boolean isSettable()
PointLocatorVO
public boolean isReadable()
public PointLocatorRT createRuntime()
PointLocatorVO
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
public int getDeviceCodeId()
public void setDeviceCodeId(int deviceCodeId)
public int getDeviceNumber()
public void setDeviceNumber(int deviceNumber)
public int getAccessMode()
public void setAccessMode(int accessMode)