public interface GetSetVariableNode extends GetSetBase
getBaseAttribute, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBaseAttribute, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskdefault DataValue getVariableAttribute(AttributeContext context, VariableNode node, AttributeId attributeId) throws UaException
UaExceptiondefault void setVariableAttribute(AttributeContext context, VariableNode node, AttributeId attributeId, DataValue value) throws UaException
UaExceptiondefault DataValue getValue(AttributeContext context, VariableNode node) throws UaException
UaExceptiondefault NodeId getDataType(AttributeContext context, VariableNode node) throws UaException
UaExceptiondefault Integer getValueRank(AttributeContext context, VariableNode node) throws UaException
UaExceptiondefault UInteger[] getArrayDimensions(AttributeContext context, VariableNode node) throws UaException
UaExceptiondefault UByte getAccessLevel(AttributeContext context, VariableNode node) throws UaException
UaExceptiondefault UByte getUserAccessLevel(AttributeContext context, VariableNode node) throws UaException
UaExceptiondefault Double getMinimumSamplingInterval(AttributeContext context, VariableNode node) throws UaException
UaExceptiondefault Boolean getHistorizing(AttributeContext context, VariableNode node) throws UaException
UaExceptiondefault void setValue(AttributeContext context, VariableNode node, DataValue value) throws UaException
UaExceptiondefault void setDataType(AttributeContext context, VariableNode node, NodeId dataType) throws UaException
UaExceptiondefault void setValueRank(AttributeContext context, VariableNode node, Integer valueRank) throws UaException
UaExceptiondefault void setArrayDimensions(AttributeContext context, VariableNode node, UInteger[] arrayDimensions) throws UaException
UaExceptiondefault void setAccessLevel(AttributeContext context, VariableNode node, UByte accessLevel) throws UaException
UaExceptiondefault void setUserAccessLevel(AttributeContext context, VariableNode node, UByte userAccessLevel) throws UaException
UaExceptiondefault void setMinimumSamplingInterval(AttributeContext context, VariableNode node, Double minimumSamplingInterval) throws UaException
UaExceptiondefault void setHistorizing(AttributeContext context, VariableNode node, Boolean historizing) throws UaException
UaExceptionCopyright © 2018. All rights reserved.