public abstract class DelegatingAttributeDelegate extends Object implements AttributeDelegate
DEFAULT| Constructor and Description |
|---|
DelegatingAttributeDelegate()
Create a
DelegatingAttributeDelegate whose delegate is AttributeDelegate.DEFAULT. |
DelegatingAttributeDelegate(AttributeDelegate delegate)
Create a
DelegatingAttributeDelegate that delegates calls to delegate. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, setAttributegetDataTypeAttribute, setDataTypeAttributegetMethodAttribute, setMethodAttributegetObjectAttribute, setObjectAttributegetObjectTypeAttribute, setObjectTypeAttributegetReferenceTypeAttribute, setReferenceTypeAttributegetVariableAttribute, setVariableAttributegetVariableTypeAttribute, setVariableTypeAttributegetViewAttribute, setViewAttributegetBaseAttribute, setBaseAttributepublic DelegatingAttributeDelegate()
DelegatingAttributeDelegate whose delegate is AttributeDelegate.DEFAULT.public DelegatingAttributeDelegate(@Nullable AttributeDelegate delegate)
DelegatingAttributeDelegate that delegates calls to delegate.delegate - the AttributeDelegate to delegate calls to.public NodeId getNodeId(AttributeContext context, Node node) throws UaException
getNodeId in interface GetSetBaseUaExceptionpublic NodeClass getNodeClass(AttributeContext context, Node node) throws UaException
getNodeClass in interface GetSetBaseUaExceptionpublic QualifiedName getBrowseName(AttributeContext context, Node node) throws UaException
getBrowseName in interface GetSetBaseUaExceptionpublic LocalizedText getDisplayName(AttributeContext context, Node node) throws UaException
getDisplayName in interface GetSetBaseUaExceptionpublic LocalizedText getDescription(AttributeContext context, Node node) throws UaException
getDescription in interface GetSetBaseUaExceptionpublic UInteger getWriteMask(AttributeContext context, Node node) throws UaException
getWriteMask in interface GetSetBaseUaExceptionpublic UInteger getUserWriteMask(AttributeContext context, Node node) throws UaException
getUserWriteMask in interface GetSetBaseUaExceptionpublic void setNodeId(AttributeContext context, Node node, NodeId nodeId) throws UaException
setNodeId in interface GetSetBaseUaExceptionpublic void setNodeClass(AttributeContext context, Node node, NodeClass nodeClass) throws UaException
setNodeClass in interface GetSetBaseUaExceptionpublic void setBrowseName(AttributeContext context, Node node, QualifiedName browseName) throws UaException
setBrowseName in interface GetSetBaseUaExceptionpublic void setDisplayName(AttributeContext context, Node node, LocalizedText displayName) throws UaException
setDisplayName in interface GetSetBaseUaExceptionpublic void setDescription(AttributeContext context, Node node, LocalizedText description) throws UaException
setDescription in interface GetSetBaseUaExceptionpublic void setWriteMask(AttributeContext context, Node node, UInteger writeMask) throws UaException
setWriteMask in interface GetSetBaseUaExceptionpublic void setUserWriteMask(AttributeContext context, Node node, UInteger userWriteMask) throws UaException
setUserWriteMask in interface GetSetBaseUaExceptionpublic Boolean getIsAbstract(AttributeContext context, DataTypeNode node) throws UaException
getIsAbstract in interface GetSetDataTypeNodeUaExceptionpublic void setIsAbstract(AttributeContext context, DataTypeNode node, Boolean isAbstract) throws UaException
setIsAbstract in interface GetSetDataTypeNodeUaExceptionpublic Boolean isExecutable(AttributeContext context, MethodNode node) throws UaException
isExecutable in interface GetSetMethodNodeUaExceptionpublic Boolean isUserExecutable(AttributeContext context, MethodNode node) throws UaException
isUserExecutable in interface GetSetMethodNodeUaExceptionpublic void setExecutable(AttributeContext context, MethodNode node, Boolean executable) throws UaException
setExecutable in interface GetSetMethodNodeUaExceptionpublic void setUserExecutable(AttributeContext context, MethodNode node, Boolean userExecutable) throws UaException
setUserExecutable in interface GetSetMethodNodeUaExceptionpublic UByte getEventNotifier(AttributeContext context, ObjectNode node) throws UaException
getEventNotifier in interface GetSetObjectNodeUaExceptionpublic void setEventNotifier(AttributeContext context, ObjectNode node, UByte eventNotifier) throws UaException
setEventNotifier in interface GetSetObjectNodeUaExceptionpublic Boolean getIsAbstract(AttributeContext context, ObjectTypeNode node) throws UaException
getIsAbstract in interface GetSetObjectTypeNodeUaExceptionpublic void setIsAbstract(AttributeContext context, ObjectTypeNode node, Boolean isAbstract) throws UaException
setIsAbstract in interface GetSetObjectTypeNodeUaExceptionpublic Boolean getIsAbstract(AttributeContext context, ReferenceTypeNode node) throws UaException
getIsAbstract in interface GetSetReferenceTypeNodeUaExceptionpublic Boolean getSymmetric(AttributeContext context, ReferenceTypeNode node) throws UaException
getSymmetric in interface GetSetReferenceTypeNodeUaExceptionpublic LocalizedText getInverseName(AttributeContext context, ReferenceTypeNode node) throws UaException
getInverseName in interface GetSetReferenceTypeNodeUaExceptionpublic void setIsAbstract(AttributeContext context, ReferenceTypeNode node, Boolean isAbstract) throws UaException
setIsAbstract in interface GetSetReferenceTypeNodeUaExceptionpublic void setSymmetric(AttributeContext context, ReferenceTypeNode node, Boolean symmetric) throws UaException
setSymmetric in interface GetSetReferenceTypeNodeUaExceptionpublic void setInverseName(AttributeContext context, ReferenceTypeNode node, LocalizedText inverseName) throws UaException
setInverseName in interface GetSetReferenceTypeNodeUaExceptionpublic DataValue getValue(AttributeContext context, VariableNode node) throws UaException
getValue in interface GetSetVariableNodeUaExceptionpublic NodeId getDataType(AttributeContext context, VariableNode node) throws UaException
getDataType in interface GetSetVariableNodeUaExceptionpublic Integer getValueRank(AttributeContext context, VariableNode node) throws UaException
getValueRank in interface GetSetVariableNodeUaExceptionpublic UInteger[] getArrayDimensions(AttributeContext context, VariableNode node) throws UaException
getArrayDimensions in interface GetSetVariableNodeUaExceptionpublic UByte getAccessLevel(AttributeContext context, VariableNode node) throws UaException
getAccessLevel in interface GetSetVariableNodeUaExceptionpublic UByte getUserAccessLevel(AttributeContext context, VariableNode node) throws UaException
getUserAccessLevel in interface GetSetVariableNodeUaExceptionpublic Double getMinimumSamplingInterval(AttributeContext context, VariableNode node) throws UaException
getMinimumSamplingInterval in interface GetSetVariableNodeUaExceptionpublic Boolean getHistorizing(AttributeContext context, VariableNode node) throws UaException
getHistorizing in interface GetSetVariableNodeUaExceptionpublic void setValue(AttributeContext context, VariableNode node, DataValue value) throws UaException
setValue in interface GetSetVariableNodeUaExceptionpublic void setDataType(AttributeContext context, VariableNode node, NodeId dataType) throws UaException
setDataType in interface GetSetVariableNodeUaExceptionpublic void setValueRank(AttributeContext context, VariableNode node, Integer valueRank) throws UaException
setValueRank in interface GetSetVariableNodeUaExceptionpublic void setArrayDimensions(AttributeContext context, VariableNode node, UInteger[] arrayDimensions) throws UaException
setArrayDimensions in interface GetSetVariableNodeUaExceptionpublic void setAccessLevel(AttributeContext context, VariableNode node, UByte accessLevel) throws UaException
setAccessLevel in interface GetSetVariableNodeUaExceptionpublic void setUserAccessLevel(AttributeContext context, VariableNode node, UByte userAccessLevel) throws UaException
setUserAccessLevel in interface GetSetVariableNodeUaExceptionpublic void setMinimumSamplingInterval(AttributeContext context, VariableNode node, Double minimumSamplingInterval) throws UaException
setMinimumSamplingInterval in interface GetSetVariableNodeUaExceptionpublic void setHistorizing(AttributeContext context, VariableNode node, Boolean historizing) throws UaException
setHistorizing in interface GetSetVariableNodeUaExceptionpublic DataValue getValue(AttributeContext context, VariableTypeNode node) throws UaException
getValue in interface GetSetVariableTypeNodeUaExceptionpublic NodeId getDataType(AttributeContext context, VariableTypeNode node) throws UaException
getDataType in interface GetSetVariableTypeNodeUaExceptionpublic Integer getValueRank(AttributeContext context, VariableTypeNode node) throws UaException
getValueRank in interface GetSetVariableTypeNodeUaExceptionpublic UInteger[] getArrayDimensions(AttributeContext context, VariableTypeNode node) throws UaException
getArrayDimensions in interface GetSetVariableTypeNodeUaExceptionpublic Boolean getIsAbstract(AttributeContext context, VariableTypeNode node) throws UaException
getIsAbstract in interface GetSetVariableTypeNodeUaExceptionpublic void setValue(AttributeContext context, VariableTypeNode node, DataValue value) throws UaException
setValue in interface GetSetVariableTypeNodeUaExceptionpublic void setDataType(AttributeContext context, VariableTypeNode node, NodeId dataType) throws UaException
setDataType in interface GetSetVariableTypeNodeUaExceptionpublic void setValueRank(AttributeContext context, VariableTypeNode node, Integer valueRank) throws UaException
setValueRank in interface GetSetVariableTypeNodeUaExceptionpublic void setArrayDimensions(AttributeContext context, VariableTypeNode node, UInteger[] arrayDimensions) throws UaException
setArrayDimensions in interface GetSetVariableTypeNodeUaExceptionpublic void setIsAbstract(AttributeContext context, VariableTypeNode node, Boolean isAbstract) throws UaException
setIsAbstract in interface GetSetVariableTypeNodeUaExceptionpublic Boolean getContainsNoLoops(AttributeContext context, ViewNode node) throws UaException
getContainsNoLoops in interface GetSetViewNodeUaExceptionpublic UByte getEventNotifier(AttributeContext context, ViewNode node) throws UaException
getEventNotifier in interface GetSetViewNodeUaExceptionpublic void setContainsNoLoops(AttributeContext context, ViewNode node, Boolean containsNoLoops) throws UaException
setContainsNoLoops in interface GetSetViewNodeUaExceptionpublic void setEventNotifier(AttributeContext context, ViewNode node, UByte eventNotifier) throws UaException
setEventNotifier in interface GetSetViewNodeUaExceptionCopyright © 2018. All rights reserved.