Class ThreeDVector
java.lang.Object
org.eclipse.milo.opcua.stack.core.types.structured.Structure
org.eclipse.milo.opcua.stack.core.types.structured.Vector
org.eclipse.milo.opcua.stack.core.types.structured.ThreeDVector
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StructureDefinitiondefinition(NamespaceTable namespaceTable) booleanGet theExpandedNodeIdidentifying this DataType.Get the name of this DataType.getX()getY()getZ()inthashCode()toString()
-
Field Details
-
TYPE_ID
-
BINARY_ENCODING_ID
-
XML_ENCODING_ID
-
JSON_ENCODING_ID
-
-
Constructor Details
-
ThreeDVector
-
-
Method Details
-
getTypeName
Description copied from interface:UaDataTypeGet the name of this DataType.For most types this will be the simple name of the class, but there are exceptions:
- types defined dynamically at runtime
- code generated types that had a SymbolicName defined in the NodeSet, usually because the BrowseName is not suitable as an identifier
- Specified by:
getTypeNamein interfaceUaDataType- Returns:
- the name of this DataType.
-
getTypeId
Description copied from interface:UaDataTypeGet theExpandedNodeIdidentifying this DataType.- Specified by:
getTypeIdin interfaceUaDataType- Overrides:
getTypeIdin classVector- Returns:
- the
ExpandedNodeIdidentifying this DataType.
-
getBinaryEncodingId
- Specified by:
getBinaryEncodingIdin interfaceUaStructuredType- Overrides:
getBinaryEncodingIdin classVector
-
getXmlEncodingId
- Specified by:
getXmlEncodingIdin interfaceUaStructuredType- Overrides:
getXmlEncodingIdin classVector
-
getJsonEncodingId
- Specified by:
getJsonEncodingIdin interfaceUaStructuredType- Overrides:
getJsonEncodingIdin classVector
-
getX
-
getY
-
getZ
-
equals
-
hashCode
public int hashCode() -
toString
-
definition
-