Class ReferenceTypeNode
java.lang.Object
org.eclipse.milo.opcua.stack.core.types.structured.Structure
org.eclipse.milo.opcua.stack.core.types.structured.Node
org.eclipse.milo.opcua.stack.core.types.structured.TypeNode
org.eclipse.milo.opcua.stack.core.types.structured.ReferenceTypeNode
- 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
ConstructorsConstructorDescriptionReferenceTypeNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Boolean isAbstract, Boolean symmetric, LocalizedText inverseName) -
Method Summary
Modifier and TypeMethodDescriptionstatic StructureDefinitiondefinition(NamespaceTable namespaceTable) booleanGet theExpandedNodeIdidentifying this DataType.inthashCode()toString()Methods inherited from class org.eclipse.milo.opcua.stack.core.types.structured.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getReferences, getRolePermissions, getUserRolePermissions, 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
-
ReferenceTypeNode
public ReferenceTypeNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Boolean isAbstract, Boolean symmetric, LocalizedText inverseName)
-
-
Method Details
-
getTypeId
Description copied from interface:UaDataTypeGet theExpandedNodeIdidentifying this DataType.- Specified by:
getTypeIdin interfaceUaDataType- Overrides:
getTypeIdin classTypeNode- Returns:
- the
ExpandedNodeIdidentifying this DataType.
-
getBinaryEncodingId
- Specified by:
getBinaryEncodingIdin interfaceUaStructuredType- Overrides:
getBinaryEncodingIdin classTypeNode
-
getXmlEncodingId
- Specified by:
getXmlEncodingIdin interfaceUaStructuredType- Overrides:
getXmlEncodingIdin classTypeNode
-
getJsonEncodingId
- Specified by:
getJsonEncodingIdin interfaceUaStructuredType- Overrides:
getJsonEncodingIdin classTypeNode
-
getIsAbstract
-
getSymmetric
-
getInverseName
-
equals
-
hashCode
public int hashCode() -
toString
-
definition
-