-
Method Summary
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName
Get the Browse Name of this ObjectType.
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId
Get the NodeId of this ObjectType.
Get whether this ObjectType is abstract.
-
Method Details
-
getBrowseName
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName getBrowseName()
Get the Browse Name of this ObjectType.
- Returns:
- the Browse Name of this ObjectType.
-
getNodeId
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getNodeId()
Get the NodeId of this ObjectType.
- Specified by:
getNodeId in interface TypeTree.Type
- Returns:
- the
NodeId of this ObjectType.
-
isAbstract
Get whether this ObjectType is abstract.
- Returns:
true if this ObjectType is abstract.