Uses of Interface
org.eclipse.milo.opcua.sdk.core.typetree.ObjectType
Packages that use ObjectType
-
Uses of ObjectType in org.eclipse.milo.opcua.sdk.core.typetree
Methods in org.eclipse.milo.opcua.sdk.core.typetree that return ObjectTypeModifier and TypeMethodDescription@Nullable ObjectTypeObjectTypeTree.getObjectType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId objectTypeId) Get theObjectTypeinfo for the ObjectType identified byobjectTypeId, if it exists.Methods in org.eclipse.milo.opcua.sdk.core.typetree that return types with arguments of type ObjectTypeModifier and TypeMethodDescription@Nullable org.eclipse.milo.opcua.stack.core.util.Tree<ObjectType>ObjectTypeTree.getTreeNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId objectTypeId) Get the underlyingTreenode for the ObjectType identified byobjectTypeId.Constructor parameters in org.eclipse.milo.opcua.sdk.core.typetree with type arguments of type ObjectTypeModifierConstructorDescriptionObjectTypeTree(org.eclipse.milo.opcua.stack.core.util.Tree<ObjectType> tree)