public interface TwoStateVariableType extends StateVariableType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
EFFECTIVE_TRANSITION_TIME |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
FALSE_STATE |
static QualifiedProperty<Boolean> |
ID |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
TRANSITION_TIME |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
TRUE_STATE |
EFFECTIVE_DISPLAY_NAME, NAME, NUMBER| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getEffectiveTransitionTime()
Get the local value of the EffectiveTransitionTime Node.
|
PropertyType |
getEffectiveTransitionTimeNode()
Get the EffectiveTransitionTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getEffectiveTransitionTimeNodeAsync()
Asynchronous implementation of
getEffectiveTransitionTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getFalseState()
Get the local value of the FalseState Node.
|
PropertyType |
getFalseStateNode()
Get the FalseState
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getFalseStateNodeAsync()
Asynchronous implementation of
getFalseStateNode(). |
Boolean |
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.DateTime |
getTransitionTime()
Get the local value of the TransitionTime Node.
|
PropertyType |
getTransitionTimeNode()
Get the TransitionTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getTransitionTimeNodeAsync()
Asynchronous implementation of
getTransitionTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getTrueState()
Get the local value of the TrueState Node.
|
PropertyType |
getTrueStateNode()
Get the TrueState
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getTrueStateNodeAsync()
Asynchronous implementation of
getTrueStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readEffectiveTransitionTime()
Read the value of the EffectiveTransitionTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readEffectiveTransitionTimeAsync()
An asynchronous implementation of
readEffectiveTransitionTime(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readFalseState()
Read the value of the FalseState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readFalseStateAsync()
An asynchronous implementation of
readFalseState(). |
Boolean |
readId()
Read the value of the Id Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readIdAsync()
An asynchronous implementation of
readId(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readTransitionTime()
Read the value of the TransitionTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readTransitionTimeAsync()
An asynchronous implementation of
readTransitionTime(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readTrueState()
Read the value of the TrueState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readTrueStateAsync()
An asynchronous implementation of
readTrueState(). |
void |
setEffectiveTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime effectiveTransitionTime)
Set the local value of the EffectiveTransitionTime Node.
|
void |
setFalseState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText falseState)
Set the local value of the FalseState Node.
|
void |
setId(Boolean id)
Set the local value of the Id Node.
|
void |
setTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime transitionTime)
Set the local value of the TransitionTime Node.
|
void |
setTrueState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText trueState)
Set the local value of the TrueState Node.
|
void |
writeEffectiveTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime effectiveTransitionTime)
Write a new value for the EffectiveTransitionTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEffectiveTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime effectiveTransitionTime)
An asynchronous implementation of
writeEffectiveTransitionTime(DateTime). |
void |
writeFalseState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText falseState)
Write a new value for the FalseState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeFalseStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText falseState)
An asynchronous implementation of
writeFalseState(LocalizedText). |
void |
writeId(Boolean 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(Boolean id)
An asynchronous implementation of
writeId(Boolean). |
void |
writeTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime transitionTime)
Write a new value for the TransitionTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime transitionTime)
An asynchronous implementation of
writeTransitionTime(DateTime). |
void |
writeTrueState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText trueState)
Write a new value for the TrueState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeTrueStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText trueState)
An asynchronous implementation of
writeTrueState(LocalizedText). |
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<Boolean> ID
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> TRANSITION_TIME
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> EFFECTIVE_TRANSITION_TIME
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> TRUE_STATE
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> FALSE_STATE
Boolean 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(Boolean 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.Boolean readId() throws org.eclipse.milo.opcua.stack.core.UaException
readId in interface StateVariableTypeBoolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeId(Boolean id) throws org.eclipse.milo.opcua.stack.core.UaException
id - 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> readIdAsync()
readId().readIdAsync in interface StateVariableTypeCompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeIdAsync(Boolean id)
writeId(Boolean).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 StateVariableTypeorg.eclipse.milo.opcua.stack.core.types.builtin.DateTime getTransitionTime()
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 TransitionTime Node.void setTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime transitionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
transitionTime - the local value to set for the TransitionTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TransitionTime Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readTransitionTime()
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 writeTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime transitionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
transitionTime - 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> readTransitionTimeAsync()
readTransitionTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime transitionTime)
writeTransitionTime(DateTime).PropertyType getTransitionTimeNode() 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> getTransitionTimeNodeAsync()
getTransitionTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getEffectiveTransitionTime()
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 EffectiveTransitionTime Node.void setEffectiveTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime effectiveTransitionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
effectiveTransitionTime - the local value to set for the EffectiveTransitionTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EffectiveTransitionTime Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readEffectiveTransitionTime()
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 writeEffectiveTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime effectiveTransitionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
effectiveTransitionTime - 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> readEffectiveTransitionTimeAsync()
readEffectiveTransitionTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEffectiveTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime effectiveTransitionTime)
writeEffectiveTransitionTime(DateTime).PropertyType getEffectiveTransitionTimeNode() 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> getEffectiveTransitionTimeNodeAsync()
getEffectiveTransitionTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getTrueState()
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 TrueState Node.void setTrueState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText trueState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
trueState - the local value to set for the TrueState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TrueState Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readTrueState()
throws org.eclipse.milo.opcua.stack.core.UaException
LocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeTrueState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText trueState)
throws org.eclipse.milo.opcua.stack.core.UaException
trueState - the LocalizedText 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.LocalizedText> readTrueStateAsync()
readTrueState().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTrueStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText trueState)
writeTrueState(LocalizedText).PropertyType getTrueStateNode() 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> getTrueStateNodeAsync()
getTrueStateNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getFalseState()
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 FalseState Node.void setFalseState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText falseState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
falseState - the local value to set for the FalseState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the FalseState Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readFalseState()
throws org.eclipse.milo.opcua.stack.core.UaException
LocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeFalseState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText falseState)
throws org.eclipse.milo.opcua.stack.core.UaException
falseState - the LocalizedText 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.LocalizedText> readFalseStateAsync()
readFalseState().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeFalseStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText falseState)
writeFalseState(LocalizedText).PropertyType getFalseStateNode() 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> getFalseStateNodeAsync()
getFalseStateNode().Copyright © 2021. All rights reserved.