Class VariableTypeAttributes
java.lang.Object
org.eclipse.milo.opcua.stack.core.types.structured.Structure
org.eclipse.milo.opcua.stack.core.types.structured.NodeAttributes
org.eclipse.milo.opcua.stack.core.types.structured.VariableTypeAttributes
- All Implemented Interfaces:
UaDataType,UaStructuredType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeId -
Constructor Summary
ConstructorsConstructorDescriptionVariableTypeAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, Variant value, NodeId dataType, Integer valueRank, UInteger @Nullable [] arrayDimensions, Boolean isAbstract) -
Method Summary
Modifier and TypeMethodDescriptionstatic StructureDefinitiondefinition(NamespaceTable namespaceTable) booleanUInteger @Nullable []Get theExpandedNodeIdidentifying this DataType.getValue()inthashCode()toString()Methods inherited from class org.eclipse.milo.opcua.stack.core.types.structured.NodeAttributes
getDescription, getDisplayName, getSpecifiedAttributes, getUserWriteMask, getWriteMaskMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.stack.core.types.UaDataType
getTypeName
-
Field Details
-
TYPE_ID
-
BINARY_ENCODING_ID
-
XML_ENCODING_ID
-
JSON_ENCODING_ID
-
-
Constructor Details
-
VariableTypeAttributes
public VariableTypeAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, Variant value, NodeId dataType, Integer valueRank, UInteger @Nullable [] arrayDimensions, Boolean isAbstract)
-
-
Method Details
-
getTypeId
Description copied from interface:UaDataTypeGet theExpandedNodeIdidentifying this DataType.- Specified by:
getTypeIdin interfaceUaDataType- Overrides:
getTypeIdin classNodeAttributes- Returns:
- the
ExpandedNodeIdidentifying this DataType.
-
getBinaryEncodingId
- Specified by:
getBinaryEncodingIdin interfaceUaStructuredType- Overrides:
getBinaryEncodingIdin classNodeAttributes
-
getXmlEncodingId
- Specified by:
getXmlEncodingIdin interfaceUaStructuredType- Overrides:
getXmlEncodingIdin classNodeAttributes
-
getJsonEncodingId
- Specified by:
getJsonEncodingIdin interfaceUaStructuredType- Overrides:
getJsonEncodingIdin classNodeAttributes
-
getValue
-
getDataType
-
getValueRank
-
getArrayDimensions
-
getIsAbstract
-
equals
- Overrides:
equalsin classNodeAttributes
-
hashCode
public int hashCode()- Overrides:
hashCodein classNodeAttributes
-
toString
- Overrides:
toStringin classNodeAttributes
-
definition
-