public interface NamespacesType extends BaseObjectType
| Modifier and Type | Method and Description |
|---|---|
AddressSpaceFileType |
getAddressSpaceFileNode()
Get the AddressSpaceFile
AddressSpaceFileType Node, or null if it does not exist. |
CompletableFuture<? extends AddressSpaceFileType> |
getAddressSpaceFileNodeAsync()
Asynchronous implementation of
getAddressSpaceFileNode(). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskAddressSpaceFileType getAddressSpaceFileNode() throws org.eclipse.milo.opcua.stack.core.UaException
AddressSpaceFileType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
AddressSpaceFileType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends AddressSpaceFileType> getAddressSpaceFileNodeAsync()
getAddressSpaceFileNode().Copyright © 2021. All rights reserved.