Interface TypeTree.Type
- All Known Subinterfaces:
DataType,ObjectType,ReferenceType,VariableType
- Enclosing class:
- TypeTree<T extends TypeTree.Type>
public static interface TypeTree.Type
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.NodeIdGet theNodeIdidentifying this type.
-
Method Details
-
getNodeId
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getNodeId()Get theNodeIdidentifying this type.- Returns:
- the
NodeIdidentifying this type.
-