public class MonitorViewConfiguration extends Object
Constructor and Description |
---|
MonitorViewConfiguration(String id,
String monitorQueryId,
String connectionString,
ConnectionType connectionType,
String label,
List<ColumnProperties> columns) |
Modifier and Type | Method and Description |
---|---|
List<ColumnProperties> |
getColumns() |
String |
getConnectionString() |
ConnectionType |
getConnectionType() |
String |
getId() |
String |
getLabel() |
String |
getMonitorQueryId() |
public MonitorViewConfiguration(String id, String monitorQueryId, String connectionString, ConnectionType connectionType, String label, List<ColumnProperties> columns)
public String getConnectionString()
public ConnectionType getConnectionType()
public String getMonitorQueryId()
public String getId()
public String getLabel()
public List<ColumnProperties> getColumns()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.