public interface HistoricalDataConfigurationType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<String> |
DEFINITION |
static QualifiedProperty<Double> |
EXCEPTION_DEVIATION |
static QualifiedProperty<ExceptionDeviationFormat> |
EXCEPTION_DEVIATION_FORMAT |
static QualifiedProperty<Double> |
MAX_TIME_INTERVAL |
static QualifiedProperty<Double> |
MIN_TIME_INTERVAL |
static QualifiedProperty<DateTime> |
START_OF_ARCHIVE |
static QualifiedProperty<DateTime> |
START_OF_ONLINE_ARCHIVE |
static QualifiedProperty<Boolean> |
STEPPED |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<Boolean> STEPPED
static final QualifiedProperty<String> DEFINITION
static final QualifiedProperty<Double> MAX_TIME_INTERVAL
static final QualifiedProperty<Double> MIN_TIME_INTERVAL
static final QualifiedProperty<Double> EXCEPTION_DEVIATION
static final QualifiedProperty<ExceptionDeviationFormat> EXCEPTION_DEVIATION_FORMAT
static final QualifiedProperty<DateTime> START_OF_ARCHIVE
static final QualifiedProperty<DateTime> START_OF_ONLINE_ARCHIVE
PropertyType getSteppedNode()
Boolean getStepped()
void setStepped(Boolean value)
PropertyType getDefinitionNode()
String getDefinition()
void setDefinition(String value)
PropertyType getMaxTimeIntervalNode()
Double getMaxTimeInterval()
void setMaxTimeInterval(Double value)
PropertyType getMinTimeIntervalNode()
Double getMinTimeInterval()
void setMinTimeInterval(Double value)
PropertyType getExceptionDeviationNode()
Double getExceptionDeviation()
void setExceptionDeviation(Double value)
PropertyType getExceptionDeviationFormatNode()
ExceptionDeviationFormat getExceptionDeviationFormat()
void setExceptionDeviationFormat(ExceptionDeviationFormat value)
PropertyType getStartOfArchiveNode()
DateTime getStartOfArchive()
void setStartOfArchive(DateTime value)
PropertyType getStartOfOnlineArchiveNode()
DateTime getStartOfOnlineArchive()
void setStartOfOnlineArchive(DateTime value)
AggregateConfigurationType getAggregateConfigurationNode()
FolderType getAggregateFunctionsNode()
Copyright © 2018. All rights reserved.