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
| 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 |
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
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.