public interface ModellingRuleType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType> |
NAMING_RULE |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType |
getNamingRule()
Get the local value of the NamingRule Node.
|
PropertyType |
getNamingRuleNode()
Get the NamingRule
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getNamingRuleNodeAsync()
Asynchronous implementation of
getNamingRuleNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType |
readNamingRule()
Read the value of the NamingRule Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType> |
readNamingRuleAsync()
An asynchronous implementation of
readNamingRule(). |
void |
setNamingRule(org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType namingRule)
Set the local value of the NamingRule Node.
|
void |
writeNamingRule(org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType namingRule)
Write a new value for the NamingRule Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNamingRuleAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType namingRule)
An asynchronous implementation of
writeNamingRule(NamingRuleType). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType> NAMING_RULE
org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType getNamingRule()
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 NamingRule Node.void setNamingRule(org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType namingRule)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
namingRule - the local value to set for the NamingRule Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamingRule Node.org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType readNamingRule()
throws org.eclipse.milo.opcua.stack.core.UaException
NamingRuleType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeNamingRule(org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType namingRule)
throws org.eclipse.milo.opcua.stack.core.UaException
namingRule - the NamingRuleType 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.NamingRuleType> readNamingRuleAsync()
readNamingRule().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNamingRuleAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType namingRule)
writeNamingRule(NamingRuleType).PropertyType getNamingRuleNode() 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> getNamingRuleNodeAsync()
getNamingRuleNode().Copyright © 2021. All rights reserved.