public interface DataTypeDictionaryType extends BaseDataVariableType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<String> |
DATA_TYPE_VERSION |
static QualifiedProperty<String> |
NAMESPACE_URI |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataTypeVersion()
Get the local value of the DataTypeVersion Node.
|
PropertyType |
getDataTypeVersionNode()
Get the DataTypeVersion
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getDataTypeVersionNodeAsync()
Asynchronous implementation of
getDataTypeVersionNode(). |
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 |
readDataTypeVersion()
Read the value of the DataTypeVersion Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readDataTypeVersionAsync()
An asynchronous implementation of
readDataTypeVersion(). |
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(). |
void |
setDataTypeVersion(String dataTypeVersion)
Set the local value of the DataTypeVersion Node.
|
void |
setNamespaceUri(String namespaceUri)
Set the local value of the NamespaceUri Node.
|
void |
writeDataTypeVersion(String dataTypeVersion)
Write a new value for the DataTypeVersion Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDataTypeVersionAsync(String dataTypeVersion)
An asynchronous implementation of
writeDataTypeVersion(String). |
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). |
getAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRankgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<String> DATA_TYPE_VERSION
static final QualifiedProperty<String> NAMESPACE_URI
String getDataTypeVersion() 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 DataTypeVersion Node.void setDataTypeVersion(String dataTypeVersion) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
dataTypeVersion - the local value to set for the DataTypeVersion Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DataTypeVersion Node.String readDataTypeVersion() 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 writeDataTypeVersion(String dataTypeVersion) throws org.eclipse.milo.opcua.stack.core.UaException
dataTypeVersion - 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> readDataTypeVersionAsync()
readDataTypeVersion().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataTypeVersionAsync(String dataTypeVersion)
writeDataTypeVersion(String).PropertyType getDataTypeVersionNode() 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> getDataTypeVersionNodeAsync()
getDataTypeVersionNode().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().Copyright © 2021. All rights reserved.