public class DataTypeDescriptionNode extends BaseDataVariableNode implements DataTypeDescriptionType
UaVariableNode.UaVariableNodeBuilderAllowNulls, DataTypeVersion, DictionaryFragment, EngineeringUnits, LocalTime, MaxArrayLength, MaxStringLength, NodeVersion, ValueAsText| Constructor and Description |
|---|
DataTypeDescriptionNode(UaNamespace namespace,
com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId,
com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName,
com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText displayName,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText> description,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> writeMask,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> userWriteMask,
com.digitalpetri.opcua.stack.core.types.builtin.DataValue value,
com.digitalpetri.opcua.stack.core.types.builtin.NodeId dataType,
Integer valueRank,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger[]> arrayDimensions,
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte accessLevel,
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel,
Optional<Double> minimumSamplingInterval,
boolean historizing) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataTypeVersion() |
com.digitalpetri.opcua.stack.core.types.builtin.ByteString |
getDictionaryFragment() |
void |
setDataTypeVersion(String dataTypeVersion) |
void |
setDictionaryFragment(com.digitalpetri.opcua.stack.core.types.builtin.ByteString dictionaryFragment) |
builder, getAccessLevel, getAllowNulls, getArrayDimensions, getComponentNodes, getDataType, getEngineeringUnits, getHistorizing, getLocalTime, getMaxArrayLength, getMaxStringLength, getMinimumSamplingInterval, getModellingRuleNode, getNodeVersion, getPropertyNodes, getTypeDefinitionNode, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setAllowNulls, setArrayDimensions, setDataType, setEngineeringUnits, setHistorizing, setLocalTime, setMaxArrayLength, setMaxStringLength, setMinimumSamplingInterval, setNodeVersion, setUserAccessLevel, setValue, setValueRankaddAttributeObserver, addProperty, addReference, addReferences, deallocate, fireAttributeChanged, getBrowseName, getDescription, getDisplayName, getNamespace, getNode, getNode, getNodeClass, getNodeId, getObjectComponent, getObjectComponent, getProperty, getProperty, getProperty, getPropertyNode, getPropertyNode, getReferences, getUserWriteMask, getVariableComponent, getVariableComponent, getWriteMask, removeAttributeObserver, removeProperty, removeReference, removeReferences, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, hasAttribute, hasAttribute, readAttribute, readAttribute, readAttribute, readAttribute, readAttribute, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMask, writeAttribute, writeAttribute, writeAttributepublic DataTypeDescriptionNode(UaNamespace namespace, com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId, com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName, com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText displayName, Optional<com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText> description, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> writeMask, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> userWriteMask, com.digitalpetri.opcua.stack.core.types.builtin.DataValue value, com.digitalpetri.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger[]> arrayDimensions, com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Optional<Double> minimumSamplingInterval, boolean historizing)
public String getDataTypeVersion()
getDataTypeVersion in interface DataTypeDescriptionTypegetDataTypeVersion in class UaVariableNodepublic com.digitalpetri.opcua.stack.core.types.builtin.ByteString getDictionaryFragment()
getDictionaryFragment in interface DataTypeDescriptionTypegetDictionaryFragment in class UaVariableNodepublic void setDataTypeVersion(String dataTypeVersion)
setDataTypeVersion in interface DataTypeDescriptionTypesetDataTypeVersion in class UaVariableNodepublic void setDictionaryFragment(com.digitalpetri.opcua.stack.core.types.builtin.ByteString dictionaryFragment)
setDictionaryFragment in interface DataTypeDescriptionTypesetDictionaryFragment in class UaVariableNodeCopyright © 2015. All rights reserved.