public interface AttributeDelegate extends GetSetBase, GetSetDataTypeNode, GetSetMethodNode, GetSetObjectNode, GetSetObjectTypeNode, GetSetReferenceTypeNode, GetSetVariableNode, GetSetVariableTypeNode, GetSetViewNode
| Modifier and Type | Field and Description |
|---|---|
static AttributeDelegate |
DEFAULT
A default implementation of
AttributeDelegate in which all calls are simply delegate to the
appropriate getter or setter for the Node. |
| Modifier and Type | Method and Description |
|---|---|
default DataValue |
getAttribute(AttributeContext context,
Node node,
AttributeId attributeId) |
default void |
setAttribute(AttributeContext context,
Node node,
AttributeId attributeId,
DataValue value) |
getDataTypeAttribute, getIsAbstract, setDataTypeAttribute, setIsAbstractgetMethodAttribute, isExecutable, isUserExecutable, setExecutable, setMethodAttribute, setUserExecutablegetEventNotifier, getObjectAttribute, setEventNotifier, setObjectAttributegetIsAbstract, getObjectTypeAttribute, setIsAbstract, setObjectTypeAttributegetInverseName, getIsAbstract, getReferenceTypeAttribute, getSymmetric, setInverseName, setIsAbstract, setReferenceTypeAttribute, setSymmetricgetAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, getVariableAttribute, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRank, setVariableAttributegetArrayDimensions, getDataType, getIsAbstract, getValue, getValueRank, getVariableTypeAttribute, setArrayDimensions, setDataType, setIsAbstract, setValue, setValueRank, setVariableTypeAttributegetContainsNoLoops, getEventNotifier, getViewAttribute, setContainsNoLoops, setEventNotifier, setViewAttributegetBaseAttribute, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBaseAttribute, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final AttributeDelegate DEFAULT
AttributeDelegate in which all calls are simply delegate to the
appropriate getter or setter for the Node.default DataValue getAttribute(AttributeContext context, Node node, AttributeId attributeId)
default void setAttribute(AttributeContext context, Node node, AttributeId attributeId, DataValue value) throws UaException
UaExceptionCopyright © 2018. All rights reserved.