Uses of Class
org.eclipse.milo.opcua.sdk.client.nodes.UaVariableNode
Packages that use UaVariableNode
Package
Description
-
Uses of UaVariableNode in org.eclipse.milo.opcua.sdk.client
Methods in org.eclipse.milo.opcua.sdk.client that return UaVariableNodeModifier and TypeMethodDescriptionVariableTypeManager.LegacyVariableNodeConstructor.apply(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.builtin.DataValue value, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing) VariableTypeManager.VariableNodeConstructor.apply(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.DataValue value, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing, org.eclipse.milo.opcua.stack.core.types.structured.AccessLevelExType accessLevelEx) AddressSpace.getVariableNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId) Get aUaVariableNodeinstance for the VariableNode identified bynodeId.AddressSpace.getVariableNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId typeDefinitionId) Get aUaVariableNodeinstance for the VariableNode identified bynodeId, assuming the type definition identified bytypeDefinitionId.Methods in org.eclipse.milo.opcua.sdk.client that return types with arguments of type UaVariableNodeModifier and TypeMethodDescriptionAddressSpace.getVariableNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId) Get aUaVariableNodeinstance for the VariableNode identified bynodeId.AddressSpace.getVariableNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId typeDefinitionId) Get aUaVariableNodeinstance for the VariableNode identified bynodeId, assuming the type definition identified bytypeDefinitionId.Method parameters in org.eclipse.milo.opcua.sdk.client with type arguments of type UaVariableNodeModifier and TypeMethodDescriptionvoidVariableTypeManager.registerVariableType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId typeDefinition, Class<? extends UaVariableNode> nodeClass, VariableTypeManager.LegacyVariableNodeConstructor variableNodeConstructor) voidVariableTypeManager.registerVariableType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId typeDefinition, Class<? extends UaVariableNode> nodeClass, VariableTypeManager.VariableNodeConstructor variableNodeConstructor) -
Uses of UaVariableNode in org.eclipse.milo.opcua.sdk.client.model.variables
Subclasses of UaVariableNode in org.eclipse.milo.opcua.sdk.client.model.variablesModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of UaVariableNode in org.eclipse.milo.opcua.sdk.client.nodes
Methods in org.eclipse.milo.opcua.sdk.client.nodes that return UaVariableNodeModifier and TypeMethodDescriptionUaObjectNode.getVariableComponent(String name) Get theUaVariableNodereferenced by a HasComponent reference type with a browse name ofname, if it exists.UaObjectNode.getVariableComponent(String namespaceUri, String name) Get theUaVariableNodereferenced by a HasComponent reference type with a browse name ofname, if it exists.UaObjectNode.getVariableComponent(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName) Get theUaVariableNodereferenced by a HasComponent reference type with a browse name ofname, if it exists.UaVariableNode.getVariableComponent(String name) Get theUaVariableNodereferenced by a HasComponent reference type with a browse name ofname, if it exists.UaVariableNode.getVariableComponent(String namespaceUri, String name) Get theUaVariableNodereferenced by a HasComponent reference type with a browse name ofname, if it exists.UaVariableNode.getVariableComponent(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName) Get theUaVariableNodereferenced by a HasComponent reference type with a browse name ofname, if it exists.Methods in org.eclipse.milo.opcua.sdk.client.nodes that return types with arguments of type UaVariableNodeModifier and TypeMethodDescriptionCompletableFuture<? extends UaVariableNode>UaObjectNode.getVariableComponentAsync(String name) CompletableFuture<? extends UaVariableNode>UaObjectNode.getVariableComponentAsync(String namespaceUri, String name) CompletableFuture<? extends UaVariableNode>UaObjectNode.getVariableComponentAsync(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName) CompletableFuture<? extends UaVariableNode>UaVariableNode.getVariableComponentAsync(String name) CompletableFuture<? extends UaVariableNode>UaVariableNode.getVariableComponentAsync(String namespaceUri, String name) CompletableFuture<? extends UaVariableNode>UaVariableNode.getVariableComponentAsync(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName)