public interface NamespaceMetadataType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<Boolean> |
IS_NAMESPACE_SUBSET |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
NAMESPACE_PUBLICATION_DATE |
static QualifiedProperty<String> |
NAMESPACE_URI |
static QualifiedProperty<String> |
NAMESPACE_VERSION |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[]> |
STATIC_NODE_ID_TYPES |
static QualifiedProperty<String[]> |
STATIC_NUMERIC_NODE_ID_RANGE |
static QualifiedProperty<String> |
STATIC_STRING_NODE_ID_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsNamespaceSubset()
Get the local value of the IsNamespaceSubset Node.
|
PropertyType |
getIsNamespaceSubsetNode()
Get the IsNamespaceSubset
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getIsNamespaceSubsetNodeAsync()
Asynchronous implementation of
getIsNamespaceSubsetNode(). |
AddressSpaceFileType |
getNamespaceFileNode()
Get the NamespaceFile
AddressSpaceFileType Node, or null if it does not exist. |
CompletableFuture<? extends AddressSpaceFileType> |
getNamespaceFileNodeAsync()
Asynchronous implementation of
getNamespaceFileNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getNamespacePublicationDate()
Get the local value of the NamespacePublicationDate Node.
|
PropertyType |
getNamespacePublicationDateNode()
Get the NamespacePublicationDate
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getNamespacePublicationDateNodeAsync()
Asynchronous implementation of
getNamespacePublicationDateNode(). |
String |
getNamespaceUri()
Get the local value of the NamespaceUri Node.
|
PropertyType |
getNamespaceUriNode()
Get the NamespaceUri
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getNamespaceUriNodeAsync()
Asynchronous implementation of
getNamespaceUriNode(). |
String |
getNamespaceVersion()
Get the local value of the NamespaceVersion Node.
|
PropertyType |
getNamespaceVersionNode()
Get the NamespaceVersion
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getNamespaceVersionNodeAsync()
Asynchronous implementation of
getNamespaceVersionNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] |
getStaticNodeIdTypes()
Get the local value of the StaticNodeIdTypes Node.
|
PropertyType |
getStaticNodeIdTypesNode()
Get the StaticNodeIdTypes
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getStaticNodeIdTypesNodeAsync()
Asynchronous implementation of
getStaticNodeIdTypesNode(). |
String[] |
getStaticNumericNodeIdRange()
Get the local value of the StaticNumericNodeIdRange Node.
|
PropertyType |
getStaticNumericNodeIdRangeNode()
Get the StaticNumericNodeIdRange
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getStaticNumericNodeIdRangeNodeAsync()
Asynchronous implementation of
getStaticNumericNodeIdRangeNode(). |
String |
getStaticStringNodeIdPattern()
Get the local value of the StaticStringNodeIdPattern Node.
|
PropertyType |
getStaticStringNodeIdPatternNode()
Get the StaticStringNodeIdPattern
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getStaticStringNodeIdPatternNodeAsync()
Asynchronous implementation of
getStaticStringNodeIdPatternNode(). |
Boolean |
readIsNamespaceSubset()
Read the value of the IsNamespaceSubset Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readIsNamespaceSubsetAsync()
An asynchronous implementation of
readIsNamespaceSubset(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readNamespacePublicationDate()
Read the value of the NamespacePublicationDate Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readNamespacePublicationDateAsync()
An asynchronous implementation of
readNamespacePublicationDate(). |
String |
readNamespaceUri()
Read the value of the NamespaceUri Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readNamespaceUriAsync()
An asynchronous implementation of
readNamespaceUri(). |
String |
readNamespaceVersion()
Read the value of the NamespaceVersion Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readNamespaceVersionAsync()
An asynchronous implementation of
readNamespaceVersion(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] |
readStaticNodeIdTypes()
Read the value of the StaticNodeIdTypes Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[]> |
readStaticNodeIdTypesAsync()
An asynchronous implementation of
readStaticNodeIdTypes(). |
String[] |
readStaticNumericNodeIdRange()
Read the value of the StaticNumericNodeIdRange Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readStaticNumericNodeIdRangeAsync()
An asynchronous implementation of
readStaticNumericNodeIdRange(). |
String |
readStaticStringNodeIdPattern()
Read the value of the StaticStringNodeIdPattern Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readStaticStringNodeIdPatternAsync()
An asynchronous implementation of
readStaticStringNodeIdPattern(). |
void |
setIsNamespaceSubset(Boolean isNamespaceSubset)
Set the local value of the IsNamespaceSubset Node.
|
void |
setNamespacePublicationDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
Set the local value of the NamespacePublicationDate Node.
|
void |
setNamespaceUri(String namespaceUri)
Set the local value of the NamespaceUri Node.
|
void |
setNamespaceVersion(String namespaceVersion)
Set the local value of the NamespaceVersion Node.
|
void |
setStaticNodeIdTypes(org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] staticNodeIdTypes)
Set the local value of the StaticNodeIdTypes Node.
|
void |
setStaticNumericNodeIdRange(String[] staticNumericNodeIdRange)
Set the local value of the StaticNumericNodeIdRange Node.
|
void |
setStaticStringNodeIdPattern(String staticStringNodeIdPattern)
Set the local value of the StaticStringNodeIdPattern Node.
|
void |
writeIsNamespaceSubset(Boolean isNamespaceSubset)
Write a new value for the IsNamespaceSubset Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeIsNamespaceSubsetAsync(Boolean isNamespaceSubset)
An asynchronous implementation of
writeIsNamespaceSubset(Boolean). |
void |
writeNamespacePublicationDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
Write a new value for the NamespacePublicationDate Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNamespacePublicationDateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
An asynchronous implementation of
writeNamespacePublicationDate(DateTime). |
void |
writeNamespaceUri(String namespaceUri)
Write a new value for the NamespaceUri Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNamespaceUriAsync(String namespaceUri)
An asynchronous implementation of
writeNamespaceUri(String). |
void |
writeNamespaceVersion(String namespaceVersion)
Write a new value for the NamespaceVersion Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNamespaceVersionAsync(String namespaceVersion)
An asynchronous implementation of
writeNamespaceVersion(String). |
void |
writeStaticNodeIdTypes(org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] staticNodeIdTypes)
Write a new value for the StaticNodeIdTypes Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStaticNodeIdTypesAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] staticNodeIdTypes)
An asynchronous implementation of
writeStaticNodeIdTypes(IdType[]). |
void |
writeStaticNumericNodeIdRange(String[] staticNumericNodeIdRange)
Write a new value for the StaticNumericNodeIdRange Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStaticNumericNodeIdRangeAsync(String[] staticNumericNodeIdRange)
An asynchronous implementation of
writeStaticNumericNodeIdRange(String[]). |
void |
writeStaticStringNodeIdPattern(String staticStringNodeIdPattern)
Write a new value for the StaticStringNodeIdPattern Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStaticStringNodeIdPatternAsync(String staticStringNodeIdPattern)
An asynchronous implementation of
writeStaticStringNodeIdPattern(String). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<String> NAMESPACE_URI
static final QualifiedProperty<String> NAMESPACE_VERSION
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> NAMESPACE_PUBLICATION_DATE
static final QualifiedProperty<Boolean> IS_NAMESPACE_SUBSET
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[]> STATIC_NODE_ID_TYPES
static final QualifiedProperty<String[]> STATIC_NUMERIC_NODE_ID_RANGE
static final QualifiedProperty<String> STATIC_STRING_NODE_ID_PATTERN
String getNamespaceUri() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespaceUri Node.void setNamespaceUri(String namespaceUri) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
namespaceUri - the local value to set for the NamespaceUri Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespaceUri Node.String readNamespaceUri() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeNamespaceUri(String namespaceUri) throws org.eclipse.milo.opcua.stack.core.UaException
namespaceUri - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readNamespaceUriAsync()
readNamespaceUri().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNamespaceUriAsync(String namespaceUri)
writeNamespaceUri(String).PropertyType getNamespaceUriNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getNamespaceUriNodeAsync()
getNamespaceUriNode().String getNamespaceVersion() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespaceVersion Node.void setNamespaceVersion(String namespaceVersion) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
namespaceVersion - the local value to set for the NamespaceVersion Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespaceVersion Node.String readNamespaceVersion() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeNamespaceVersion(String namespaceVersion) throws org.eclipse.milo.opcua.stack.core.UaException
namespaceVersion - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readNamespaceVersionAsync()
readNamespaceVersion().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNamespaceVersionAsync(String namespaceVersion)
writeNamespaceVersion(String).PropertyType getNamespaceVersionNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getNamespaceVersionNodeAsync()
getNamespaceVersionNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getNamespacePublicationDate()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespacePublicationDate Node.void setNamespacePublicationDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
namespacePublicationDate - the local value to set for the NamespacePublicationDate Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespacePublicationDate Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readNamespacePublicationDate()
throws org.eclipse.milo.opcua.stack.core.UaException
DateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeNamespacePublicationDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
throws org.eclipse.milo.opcua.stack.core.UaException
namespacePublicationDate - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readNamespacePublicationDateAsync()
readNamespacePublicationDate().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNamespacePublicationDateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
writeNamespacePublicationDate(DateTime).PropertyType getNamespacePublicationDateNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getNamespacePublicationDateNodeAsync()
getNamespacePublicationDateNode().Boolean getIsNamespaceSubset() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the IsNamespaceSubset Node.void setIsNamespaceSubset(Boolean isNamespaceSubset) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
isNamespaceSubset - the local value to set for the IsNamespaceSubset Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the IsNamespaceSubset Node.Boolean readIsNamespaceSubset() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeIsNamespaceSubset(Boolean isNamespaceSubset) throws org.eclipse.milo.opcua.stack.core.UaException
isNamespaceSubset - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readIsNamespaceSubsetAsync()
readIsNamespaceSubset().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeIsNamespaceSubsetAsync(Boolean isNamespaceSubset)
writeIsNamespaceSubset(Boolean).PropertyType getIsNamespaceSubsetNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getIsNamespaceSubsetNodeAsync()
getIsNamespaceSubsetNode().org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] getStaticNodeIdTypes()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StaticNodeIdTypes Node.void setStaticNodeIdTypes(org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] staticNodeIdTypes)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
staticNodeIdTypes - the local value to set for the StaticNodeIdTypes Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StaticNodeIdTypes Node.org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] readStaticNodeIdTypes()
throws org.eclipse.milo.opcua.stack.core.UaException
IdType[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeStaticNodeIdTypes(org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] staticNodeIdTypes)
throws org.eclipse.milo.opcua.stack.core.UaException
staticNodeIdTypes - the IdType[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[]> readStaticNodeIdTypesAsync()
readStaticNodeIdTypes().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStaticNodeIdTypesAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] staticNodeIdTypes)
writeStaticNodeIdTypes(IdType[]).PropertyType getStaticNodeIdTypesNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getStaticNodeIdTypesNodeAsync()
getStaticNodeIdTypesNode().String[] getStaticNumericNodeIdRange() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StaticNumericNodeIdRange Node.void setStaticNumericNodeIdRange(String[] staticNumericNodeIdRange) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
staticNumericNodeIdRange - the local value to set for the StaticNumericNodeIdRange Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StaticNumericNodeIdRange Node.String[] readStaticNumericNodeIdRange() throws org.eclipse.milo.opcua.stack.core.UaException
String[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeStaticNumericNodeIdRange(String[] staticNumericNodeIdRange) throws org.eclipse.milo.opcua.stack.core.UaException
staticNumericNodeIdRange - the String[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String[]> readStaticNumericNodeIdRangeAsync()
readStaticNumericNodeIdRange().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStaticNumericNodeIdRangeAsync(String[] staticNumericNodeIdRange)
writeStaticNumericNodeIdRange(String[]).PropertyType getStaticNumericNodeIdRangeNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getStaticNumericNodeIdRangeNodeAsync()
getStaticNumericNodeIdRangeNode().String getStaticStringNodeIdPattern() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StaticStringNodeIdPattern Node.void setStaticStringNodeIdPattern(String staticStringNodeIdPattern) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
staticStringNodeIdPattern - the local value to set for the StaticStringNodeIdPattern Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StaticStringNodeIdPattern Node.String readStaticStringNodeIdPattern() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeStaticStringNodeIdPattern(String staticStringNodeIdPattern) throws org.eclipse.milo.opcua.stack.core.UaException
staticStringNodeIdPattern - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readStaticStringNodeIdPatternAsync()
readStaticStringNodeIdPattern().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStaticStringNodeIdPatternAsync(String staticStringNodeIdPattern)
writeStaticStringNodeIdPattern(String).PropertyType getStaticStringNodeIdPatternNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getStaticStringNodeIdPatternNodeAsync()
getStaticStringNodeIdPatternNode().AddressSpaceFileType getNamespaceFileNode() 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> getNamespaceFileNodeAsync()
getNamespaceFileNode().Copyright © 2021. All rights reserved.