com.prosysopc.ua.types.opcua
Interface AggregateConfigurationType

All Superinterfaces:
BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
AggregateConfigurationTypeImpl, AggregateConfigurationTypeImplBase, AggregateConfigurationTypeNode, AggregateConfigurationTypeNodeBase

public interface AggregateConfigurationType
extends BaseObjectType

Generated on 2018-05-09 10:45:27


Field Summary
static String PERCENT_DATA_BAD
           
static String PERCENT_DATA_GOOD
           
static String TREAT_UNCERTAIN_AS_BAD
           
static String USE_SLOPED_EXTRAPOLATION
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.UnsignedByte getPercentDataBad()
           
 UaProperty getPercentDataBadNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedByte getPercentDataGood()
           
 UaProperty getPercentDataGoodNode()
           
 UaProperty getTreatUncertainAsBadNode()
           
 UaProperty getUseSlopedExtrapolationNode()
           
 Boolean isTreatUncertainAsBad()
           
 Boolean isUseSlopedExtrapolation()
           
 void setPercentDataBad(org.opcfoundation.ua.builtintypes.UnsignedByte value)
           
 void setPercentDataGood(org.opcfoundation.ua.builtintypes.UnsignedByte value)
           
 void setTreatUncertainAsBad(Boolean value)
           
 void setUseSlopedExtrapolation(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

TREAT_UNCERTAIN_AS_BAD

static final String TREAT_UNCERTAIN_AS_BAD
See Also:
Constant Field Values

PERCENT_DATA_BAD

static final String PERCENT_DATA_BAD
See Also:
Constant Field Values

PERCENT_DATA_GOOD

static final String PERCENT_DATA_GOOD
See Also:
Constant Field Values

USE_SLOPED_EXTRAPOLATION

static final String USE_SLOPED_EXTRAPOLATION
See Also:
Constant Field Values
Method Detail

getTreatUncertainAsBadNode

UaProperty getTreatUncertainAsBadNode()

isTreatUncertainAsBad

Boolean isTreatUncertainAsBad()

setTreatUncertainAsBad

void setTreatUncertainAsBad(Boolean value)
                            throws StatusException
Throws:
StatusException

getPercentDataBadNode

UaProperty getPercentDataBadNode()

getPercentDataBad

org.opcfoundation.ua.builtintypes.UnsignedByte getPercentDataBad()

setPercentDataBad

void setPercentDataBad(org.opcfoundation.ua.builtintypes.UnsignedByte value)
                       throws StatusException
Throws:
StatusException

getPercentDataGoodNode

UaProperty getPercentDataGoodNode()

getPercentDataGood

org.opcfoundation.ua.builtintypes.UnsignedByte getPercentDataGood()

setPercentDataGood

void setPercentDataGood(org.opcfoundation.ua.builtintypes.UnsignedByte value)
                        throws StatusException
Throws:
StatusException

getUseSlopedExtrapolationNode

UaProperty getUseSlopedExtrapolationNode()

isUseSlopedExtrapolation

Boolean isUseSlopedExtrapolation()

setUseSlopedExtrapolation

void setUseSlopedExtrapolation(Boolean value)
                               throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.