default UByte |
GetSetVariableNode.getAccessLevel(AttributeContext context,
VariableNode node) |
UByte |
DelegatingAttributeDelegate.getAccessLevel(AttributeContext context,
VariableNode node) |
default UInteger[] |
GetSetVariableNode.getArrayDimensions(AttributeContext context,
VariableNode node) |
UInteger[] |
DelegatingAttributeDelegate.getArrayDimensions(AttributeContext context,
VariableNode node) |
default NodeId |
GetSetVariableNode.getDataType(AttributeContext context,
VariableNode node) |
NodeId |
DelegatingAttributeDelegate.getDataType(AttributeContext context,
VariableNode node) |
default Boolean |
GetSetVariableNode.getHistorizing(AttributeContext context,
VariableNode node) |
Boolean |
DelegatingAttributeDelegate.getHistorizing(AttributeContext context,
VariableNode node) |
default Double |
GetSetVariableNode.getMinimumSamplingInterval(AttributeContext context,
VariableNode node) |
Double |
DelegatingAttributeDelegate.getMinimumSamplingInterval(AttributeContext context,
VariableNode node) |
default UByte |
GetSetVariableNode.getUserAccessLevel(AttributeContext context,
VariableNode node) |
UByte |
DelegatingAttributeDelegate.getUserAccessLevel(AttributeContext context,
VariableNode node) |
default DataValue |
GetSetVariableNode.getValue(AttributeContext context,
VariableNode node) |
DataValue |
DelegatingAttributeDelegate.getValue(AttributeContext context,
VariableNode node) |
default Integer |
GetSetVariableNode.getValueRank(AttributeContext context,
VariableNode node) |
Integer |
DelegatingAttributeDelegate.getValueRank(AttributeContext context,
VariableNode node) |
default DataValue |
GetSetVariableNode.getVariableAttribute(AttributeContext context,
VariableNode node,
AttributeId attributeId) |
default void |
GetSetVariableNode.setAccessLevel(AttributeContext context,
VariableNode node,
UByte accessLevel) |
void |
DelegatingAttributeDelegate.setAccessLevel(AttributeContext context,
VariableNode node,
UByte accessLevel) |
default void |
GetSetVariableNode.setArrayDimensions(AttributeContext context,
VariableNode node,
UInteger[] arrayDimensions) |
void |
DelegatingAttributeDelegate.setArrayDimensions(AttributeContext context,
VariableNode node,
UInteger[] arrayDimensions) |
default void |
GetSetVariableNode.setDataType(AttributeContext context,
VariableNode node,
NodeId dataType) |
void |
DelegatingAttributeDelegate.setDataType(AttributeContext context,
VariableNode node,
NodeId dataType) |
default void |
GetSetVariableNode.setHistorizing(AttributeContext context,
VariableNode node,
Boolean historizing) |
void |
DelegatingAttributeDelegate.setHistorizing(AttributeContext context,
VariableNode node,
Boolean historizing) |
default void |
GetSetVariableNode.setMinimumSamplingInterval(AttributeContext context,
VariableNode node,
Double minimumSamplingInterval) |
void |
DelegatingAttributeDelegate.setMinimumSamplingInterval(AttributeContext context,
VariableNode node,
Double minimumSamplingInterval) |
default void |
GetSetVariableNode.setUserAccessLevel(AttributeContext context,
VariableNode node,
UByte userAccessLevel) |
void |
DelegatingAttributeDelegate.setUserAccessLevel(AttributeContext context,
VariableNode node,
UByte userAccessLevel) |
default void |
GetSetVariableNode.setValue(AttributeContext context,
VariableNode node,
DataValue value) |
void |
DelegatingAttributeDelegate.setValue(AttributeContext context,
VariableNode node,
DataValue value) |
default void |
GetSetVariableNode.setValueRank(AttributeContext context,
VariableNode node,
Integer valueRank) |
void |
DelegatingAttributeDelegate.setValueRank(AttributeContext context,
VariableNode node,
Integer valueRank) |
default void |
GetSetVariableNode.setVariableAttribute(AttributeContext context,
VariableNode node,
AttributeId attributeId,
DataValue value) |