com.prosysopc.ua.types.opcua
Interface HistoricalDataConfigurationType
- All Superinterfaces:
- BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
- All Known Implementing Classes:
- HistoricalDataConfigurationTypeImpl, HistoricalDataConfigurationTypeImplBase, HistoricalDataConfigurationTypeNode, HistoricalDataConfigurationTypeNodeBase
public interface HistoricalDataConfigurationType
- extends BaseObjectType
Generated on 2018-05-09 10:45:27
| Methods inherited from interface com.prosysopc.ua.nodes.UaNode |
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
STEPPED
static final String STEPPED
- See Also:
- Constant Field Values
DEFINITION
static final String DEFINITION
- See Also:
- Constant Field Values
MAX_TIME_INTERVAL
static final String MAX_TIME_INTERVAL
- See Also:
- Constant Field Values
MIN_TIME_INTERVAL
static final String MIN_TIME_INTERVAL
- See Also:
- Constant Field Values
EXCEPTION_DEVIATION
static final String EXCEPTION_DEVIATION
- See Also:
- Constant Field Values
EXCEPTION_DEVIATION_FORMAT
static final String EXCEPTION_DEVIATION_FORMAT
- See Also:
- Constant Field Values
START_OF_ARCHIVE
static final String START_OF_ARCHIVE
- See Also:
- Constant Field Values
START_OF_ONLINE_ARCHIVE
static final String START_OF_ONLINE_ARCHIVE
- See Also:
- Constant Field Values
AGGREGATE_CONFIGURATION
static final String AGGREGATE_CONFIGURATION
- See Also:
- Constant Field Values
AGGREGATE_FUNCTIONS
static final String AGGREGATE_FUNCTIONS
- See Also:
- Constant Field Values
getSteppedNode
UaProperty getSteppedNode()
isStepped
Boolean isStepped()
setStepped
void setStepped(Boolean value)
throws StatusException
- Throws:
StatusException
getDefinitionNode
UaProperty getDefinitionNode()
getDefinition
String getDefinition()
setDefinition
void setDefinition(String value)
throws StatusException
- Throws:
StatusException
getMaxTimeIntervalNode
UaProperty getMaxTimeIntervalNode()
getMaxTimeInterval
Double getMaxTimeInterval()
setMaxTimeInterval
void setMaxTimeInterval(Double value)
throws StatusException
- Throws:
StatusException
getMinTimeIntervalNode
UaProperty getMinTimeIntervalNode()
getMinTimeInterval
Double getMinTimeInterval()
setMinTimeInterval
void setMinTimeInterval(Double value)
throws StatusException
- Throws:
StatusException
getExceptionDeviationNode
UaProperty getExceptionDeviationNode()
getExceptionDeviation
Double getExceptionDeviation()
setExceptionDeviation
void setExceptionDeviation(Double value)
throws StatusException
- Throws:
StatusException
getExceptionDeviationFormatNode
UaProperty getExceptionDeviationFormatNode()
getExceptionDeviationFormat
org.opcfoundation.ua.core.ExceptionDeviationFormat getExceptionDeviationFormat()
setExceptionDeviationFormat
void setExceptionDeviationFormat(org.opcfoundation.ua.core.ExceptionDeviationFormat value)
throws StatusException
- Throws:
StatusException
getStartOfArchiveNode
UaProperty getStartOfArchiveNode()
getStartOfArchive
org.opcfoundation.ua.builtintypes.DateTime getStartOfArchive()
setStartOfArchive
void setStartOfArchive(org.opcfoundation.ua.builtintypes.DateTime value)
throws StatusException
- Throws:
StatusException
getStartOfOnlineArchiveNode
UaProperty getStartOfOnlineArchiveNode()
getStartOfOnlineArchive
org.opcfoundation.ua.builtintypes.DateTime getStartOfOnlineArchive()
setStartOfOnlineArchive
void setStartOfOnlineArchive(org.opcfoundation.ua.builtintypes.DateTime value)
throws StatusException
- Throws:
StatusException
getAggregateConfigurationNode
AggregateConfigurationType getAggregateConfigurationNode()
getAggregateFunctionsNode
FolderType getAggregateFunctionsNode()
Copyright © 2018. All rights reserved.