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


Field Summary
static String AGGREGATE_CONFIGURATION
           
static String AGGREGATE_FUNCTIONS
           
static String DEFINITION
           
static String EXCEPTION_DEVIATION
           
static String EXCEPTION_DEVIATION_FORMAT
           
static String MAX_TIME_INTERVAL
           
static String MIN_TIME_INTERVAL
           
static String START_OF_ARCHIVE
           
static String START_OF_ONLINE_ARCHIVE
           
static String STEPPED
           
 
Method Summary
 AggregateConfigurationType getAggregateConfigurationNode()
           
 FolderType getAggregateFunctionsNode()
           
 String getDefinition()
           
 UaProperty getDefinitionNode()
           
 Double getExceptionDeviation()
           
 org.opcfoundation.ua.core.ExceptionDeviationFormat getExceptionDeviationFormat()
           
 UaProperty getExceptionDeviationFormatNode()
           
 UaProperty getExceptionDeviationNode()
           
 Double getMaxTimeInterval()
           
 UaProperty getMaxTimeIntervalNode()
           
 Double getMinTimeInterval()
           
 UaProperty getMinTimeIntervalNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getStartOfArchive()
           
 UaProperty getStartOfArchiveNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getStartOfOnlineArchive()
           
 UaProperty getStartOfOnlineArchiveNode()
           
 UaProperty getSteppedNode()
           
 Boolean isStepped()
           
 void setDefinition(String value)
           
 void setExceptionDeviation(Double value)
           
 void setExceptionDeviationFormat(org.opcfoundation.ua.core.ExceptionDeviationFormat value)
           
 void setMaxTimeInterval(Double value)
           
 void setMinTimeInterval(Double value)
           
 void setStartOfArchive(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setStartOfOnlineArchive(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setStepped(Boolean value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
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
 

Field Detail

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
Method Detail

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.