Uses of Interface
org.eclipse.milo.opcua.sdk.core.typetree.VariableType
Packages that use VariableType
-
Uses of VariableType in org.eclipse.milo.opcua.sdk.core.typetree
Methods in org.eclipse.milo.opcua.sdk.core.typetree that return VariableTypeModifier and TypeMethodDescription@Nullable VariableTypeVariableTypeTree.getVariableType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId variableTypeId) Get theVariableTypeinfo for the VariableType identified byvariableTypeId, if it exists.Methods in org.eclipse.milo.opcua.sdk.core.typetree that return types with arguments of type VariableTypeModifier and TypeMethodDescription@Nullable org.eclipse.milo.opcua.stack.core.util.Tree<VariableType>VariableTypeTree.getTreeNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId variableTypeId) Get the underlyingTreenode for the VariableType identified byvariableTypeId.Constructor parameters in org.eclipse.milo.opcua.sdk.core.typetree with type arguments of type VariableTypeModifierConstructorDescriptionVariableTypeTree(org.eclipse.milo.opcua.stack.core.util.Tree<VariableType> tree)