public class MetaDataSourceVO extends DataSourceVO<MetaDataSourceVO>
DataSourceVO.Type| Modifier and Type | Field and Description |
|---|---|
private static ExportCodes |
EVENT_CODES |
private static long |
serialVersionUID |
static DataSourceVO.Type |
TYPE |
private static int |
version |
XID_PREFIX| Constructor and Description |
|---|
MetaDataSourceVO() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addEventTypes(java.util.List<EventTypeVO> ets) |
protected void |
addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list) |
protected void |
addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
MetaDataSourceVO from) |
protected java.lang.Object |
clone() |
DataSourceRT |
createDataSourceRT() |
MetaPointLocatorVO |
createPointLocator() |
com.serotonin.web.i18n.LocalizableMessage |
getConnectionDescription() |
ExportCodes |
getEventCodes() |
DataSourceVO.Type |
getType() |
private void |
readObject(java.io.ObjectInputStream in) |
private void |
writeObject(java.io.ObjectOutputStream out) |
addProperties, addPropertyChanges, copy, createDataSourceVO, createEventType, createEventType, deserializeUpdatePeriodType, generateXid, getAlarmLevel, getEventType, getEventTypes, getId, getMessage, getName, getTypeKey, getXid, isEnabled, isNew, jsonDeserialize, jsonSerialize, serializeUpdatePeriodType, setAlarmLevel, setEnabled, setId, setName, setXid, validatepublic static final DataSourceVO.Type TYPE
private static final ExportCodes EVENT_CODES
private static final long serialVersionUID
private static final int version
public DataSourceRT createDataSourceRT()
createDataSourceRT in class DataSourceVO<MetaDataSourceVO>public DataSourceVO.Type getType()
getType in class DataSourceVO<MetaDataSourceVO>protected void addEventTypes(java.util.List<EventTypeVO> ets)
addEventTypes in class DataSourceVO<MetaDataSourceVO>public ExportCodes getEventCodes()
getEventCodes in class DataSourceVO<MetaDataSourceVO>protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic com.serotonin.web.i18n.LocalizableMessage getConnectionDescription()
getConnectionDescription in class DataSourceVO<MetaDataSourceVO>public MetaPointLocatorVO createPointLocator()
createPointLocator in class DataSourceVO<MetaDataSourceVO>protected void addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list)
addPropertiesImpl in class DataSourceVO<MetaDataSourceVO>protected void addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
MetaDataSourceVO from)
addPropertyChangesImpl in class DataSourceVO<MetaDataSourceVO>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