Class ThreeDFrame
java.lang.Object
org.eclipse.milo.opcua.stack.core.types.structured.Structure
org.eclipse.milo.opcua.stack.core.types.structured.Frame
org.eclipse.milo.opcua.stack.core.types.structured.ThreeDFrame
- 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
ConstructorsConstructorDescriptionThreeDFrame(ThreeDCartesianCoordinates cartesianCoordinates, ThreeDOrientation orientation) -
Method Summary
Modifier and TypeMethodDescriptionstatic StructureDefinitiondefinition(NamespaceTable namespaceTable) booleanGet theExpandedNodeIdidentifying this DataType.Get the name of this DataType.inthashCode()toString()
-
Field Details
-
TYPE_ID
-
BINARY_ENCODING_ID
-
XML_ENCODING_ID
-
JSON_ENCODING_ID
-
-
Constructor Details
-
ThreeDFrame
-
-
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 classFrame- Returns:
- the
ExpandedNodeIdidentifying this DataType.
-
getBinaryEncodingId
- Specified by:
getBinaryEncodingIdin interfaceUaStructuredType- Overrides:
getBinaryEncodingIdin classFrame
-
getXmlEncodingId
- Specified by:
getXmlEncodingIdin interfaceUaStructuredType- Overrides:
getXmlEncodingIdin classFrame
-
getJsonEncodingId
- Specified by:
getJsonEncodingIdin interfaceUaStructuredType- Overrides:
getJsonEncodingIdin classFrame
-
getCartesianCoordinates
-
getOrientation
-
equals
-
hashCode
public int hashCode() -
toString
-
definition
-