public interface CubeItemType extends ArrayItemType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation> |
X_AXIS_DEFINITION |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation> |
Y_AXIS_DEFINITION |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation> |
Z_AXIS_DEFINITION |
AXIS_SCALE_TYPE, ENGINEERING_UNITS, EU_RANGE, INSTRUMENT_RANGE, TITLEDEFINITION, VALUE_PRECISION| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation |
getXAxisDefinition()
Get the local value of the XAxisDefinition Node.
|
PropertyType |
getXAxisDefinitionNode()
Get the XAxisDefinition
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getXAxisDefinitionNodeAsync()
Asynchronous implementation of
getXAxisDefinitionNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation |
getYAxisDefinition()
Get the local value of the YAxisDefinition Node.
|
PropertyType |
getYAxisDefinitionNode()
Get the YAxisDefinition
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getYAxisDefinitionNodeAsync()
Asynchronous implementation of
getYAxisDefinitionNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation |
getZAxisDefinition()
Get the local value of the ZAxisDefinition Node.
|
PropertyType |
getZAxisDefinitionNode()
Get the ZAxisDefinition
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getZAxisDefinitionNodeAsync()
Asynchronous implementation of
getZAxisDefinitionNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation |
readXAxisDefinition()
Read the value of the XAxisDefinition Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation> |
readXAxisDefinitionAsync()
An asynchronous implementation of
readXAxisDefinition(). |
org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation |
readYAxisDefinition()
Read the value of the YAxisDefinition Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation> |
readYAxisDefinitionAsync()
An asynchronous implementation of
readYAxisDefinition(). |
org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation |
readZAxisDefinition()
Read the value of the ZAxisDefinition Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation> |
readZAxisDefinitionAsync()
An asynchronous implementation of
readZAxisDefinition(). |
void |
setXAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation xAxisDefinition)
Set the local value of the XAxisDefinition Node.
|
void |
setYAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation yAxisDefinition)
Set the local value of the YAxisDefinition Node.
|
void |
setZAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation zAxisDefinition)
Set the local value of the ZAxisDefinition Node.
|
void |
writeXAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation xAxisDefinition)
Write a new value for the XAxisDefinition Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeXAxisDefinitionAsync(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation xAxisDefinition)
An asynchronous implementation of
writeXAxisDefinition(AxisInformation). |
void |
writeYAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation yAxisDefinition)
Write a new value for the YAxisDefinition Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeYAxisDefinitionAsync(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation yAxisDefinition)
An asynchronous implementation of
writeYAxisDefinition(AxisInformation). |
void |
writeZAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation zAxisDefinition)
Write a new value for the ZAxisDefinition Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeZAxisDefinitionAsync(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation zAxisDefinition)
An asynchronous implementation of
writeZAxisDefinition(AxisInformation). |
getAxisScaleType, getAxisScaleTypeNode, getAxisScaleTypeNodeAsync, getEngineeringUnits, getEngineeringUnitsNode, getEngineeringUnitsNodeAsync, getEuRange, getEuRangeNode, getEuRangeNodeAsync, getInstrumentRange, getInstrumentRangeNode, getInstrumentRangeNodeAsync, getTitle, getTitleNode, getTitleNodeAsync, readAxisScaleType, readAxisScaleTypeAsync, readEngineeringUnits, readEngineeringUnitsAsync, readEuRange, readEuRangeAsync, readInstrumentRange, readInstrumentRangeAsync, readTitle, readTitleAsync, setAxisScaleType, setEngineeringUnits, setEuRange, setInstrumentRange, setTitle, writeAxisScaleType, writeAxisScaleTypeAsync, writeEngineeringUnits, writeEngineeringUnitsAsync, writeEuRange, writeEuRangeAsync, writeInstrumentRange, writeInstrumentRangeAsync, writeTitle, writeTitleAsyncgetDefinition, getDefinitionNode, getDefinitionNodeAsync, getValuePrecision, getValuePrecisionNode, getValuePrecisionNodeAsync, readDefinition, readDefinitionAsync, readValuePrecision, readValuePrecisionAsync, setDefinition, setValuePrecision, writeDefinition, writeDefinitionAsync, writeValuePrecision, writeValuePrecisionAsyncgetAccessLevel, 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.structured.AxisInformation> X_AXIS_DEFINITION
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation> Y_AXIS_DEFINITION
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation> Z_AXIS_DEFINITION
org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation getXAxisDefinition()
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 XAxisDefinition Node.void setXAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation xAxisDefinition)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
xAxisDefinition - the local value to set for the XAxisDefinition Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the XAxisDefinition Node.org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation readXAxisDefinition()
throws org.eclipse.milo.opcua.stack.core.UaException
AxisInformation value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeXAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation xAxisDefinition)
throws org.eclipse.milo.opcua.stack.core.UaException
xAxisDefinition - the AxisInformation 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.structured.AxisInformation> readXAxisDefinitionAsync()
readXAxisDefinition().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeXAxisDefinitionAsync(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation xAxisDefinition)
writeXAxisDefinition(AxisInformation).PropertyType getXAxisDefinitionNode() 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> getXAxisDefinitionNodeAsync()
getXAxisDefinitionNode().org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation getYAxisDefinition()
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 YAxisDefinition Node.void setYAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation yAxisDefinition)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
yAxisDefinition - the local value to set for the YAxisDefinition Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the YAxisDefinition Node.org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation readYAxisDefinition()
throws org.eclipse.milo.opcua.stack.core.UaException
AxisInformation value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeYAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation yAxisDefinition)
throws org.eclipse.milo.opcua.stack.core.UaException
yAxisDefinition - the AxisInformation 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.structured.AxisInformation> readYAxisDefinitionAsync()
readYAxisDefinition().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeYAxisDefinitionAsync(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation yAxisDefinition)
writeYAxisDefinition(AxisInformation).PropertyType getYAxisDefinitionNode() 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> getYAxisDefinitionNodeAsync()
getYAxisDefinitionNode().org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation getZAxisDefinition()
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 ZAxisDefinition Node.void setZAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation zAxisDefinition)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
zAxisDefinition - the local value to set for the ZAxisDefinition Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ZAxisDefinition Node.org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation readZAxisDefinition()
throws org.eclipse.milo.opcua.stack.core.UaException
AxisInformation value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeZAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation zAxisDefinition)
throws org.eclipse.milo.opcua.stack.core.UaException
zAxisDefinition - the AxisInformation 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.structured.AxisInformation> readZAxisDefinitionAsync()
readZAxisDefinition().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeZAxisDefinitionAsync(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation zAxisDefinition)
writeZAxisDefinition(AxisInformation).PropertyType getZAxisDefinitionNode() 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> getZAxisDefinitionNodeAsync()
getZAxisDefinitionNode().Copyright © 2021. All rights reserved.