public interface PointLocatorVO extends java.io.Serializable, ChangeComparableObject
Modifier and Type | Method and Description |
---|---|
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.
|
DataPointSaveHandler |
getDataPointSaveHandler() |
int |
getDataTypeId()
One of the com.serotonin.mango.DataTypes
|
com.serotonin.web.i18n.LocalizableMessage |
getDataTypeMessage()
The text representation of the data type
|
boolean |
isRelinquishable()
Supplemental to being settable, can the set value be relinquished?
|
boolean |
isSettable()
Can the value be set in the data source?
|
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response)
Validate.
|
addProperties, addPropertyChanges
int getDataTypeId()
com.serotonin.web.i18n.LocalizableMessage getDataTypeMessage()
com.serotonin.web.i18n.LocalizableMessage getConfigurationDescription()
boolean isSettable()
boolean isRelinquishable()
PointLocatorRT createRuntime()
void validate(com.serotonin.web.dwr.DwrResponseI18n response)
DataPointSaveHandler getDataPointSaveHandler()