public interface FiniteStateVariableType extends StateVariableType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
ID |
EFFECTIVE_DISPLAY_NAME, NAME, NUMBER| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getId()
Get the local value of the Id Node.
|
PropertyType |
getIdNode()
Get the Id
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getIdNodeAsync()
Asynchronous implementation of
getIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readId()
Read the value of the Id Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readIdAsync()
An asynchronous implementation of
readId(). |
void |
setId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId id)
Set the local value of the Id Node.
|
void |
writeId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId id)
Write a new value for the Id Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId id)
An asynchronous implementation of
writeId(NodeId). |
getEffectiveDisplayName, getEffectiveDisplayNameNode, getEffectiveDisplayNameNodeAsync, getName, getNameNode, getNameNodeAsync, getNumber, getNumberNode, getNumberNodeAsync, readEffectiveDisplayName, readEffectiveDisplayNameAsync, readName, readNameAsync, readNumber, readNumberAsync, setEffectiveDisplayName, setId, setName, setNumber, writeEffectiveDisplayName, writeEffectiveDisplayNameAsync, writeId, writeIdAsync, writeName, writeNameAsync, writeNumber, writeNumberAsyncgetAccessLevel, 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<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> ID
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getId()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
getId in interface StateVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Id Node.void setId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId id)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
id - the local value to set for the Id Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Id Node.org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readId()
throws org.eclipse.milo.opcua.stack.core.UaException
readId in interface StateVariableTypeNodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId id)
throws org.eclipse.milo.opcua.stack.core.UaException
id - the NodeId 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.NodeId> readIdAsync()
readId().readIdAsync in interface StateVariableTypeCompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId id)
writeId(NodeId).PropertyType getIdNode() 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.
getIdNode in interface StateVariableTypePropertyType 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> getIdNodeAsync()
getIdNode().getIdNodeAsync in interface StateVariableTypeCopyright © 2021. All rights reserved.