public class ElementOperand extends FilterOperand
| Modifier and Type | Class and Description |
|---|---|
static class |
ElementOperand.Builder |
static class |
ElementOperand.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ElementOperand() |
protected |
ElementOperand(UaDataTypeSpecification specification) |
|
ElementOperand(UnsignedInteger f_index) |
| Modifier and Type | Method and Description |
|---|---|
static ElementOperand.Builder |
builder() |
ElementOperand |
clone()
Clones the Structure.
|
UnsignedInteger |
getIndex() |
void |
setIndex(UnsignedInteger value) |
ElementOperand.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public ElementOperand()
protected ElementOperand(UaDataTypeSpecification specification)
public ElementOperand(UnsignedInteger f_index)
public UnsignedInteger getIndex()
public void setIndex(UnsignedInteger value)
public ElementOperand clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class FilterOperandpublic static ElementOperand.Builder builder()
public ElementOperand.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class FilterOperandCopyright © 2026. All rights reserved.