public class AttributeOperand extends FilterOperand
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeOperand.Builder |
static class |
AttributeOperand.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
AttributeOperand() |
|
AttributeOperand(NodeId f_nodeId,
String f_alias,
RelativePath f_browsePath,
UnsignedInteger f_attributeId,
String f_indexRange) |
protected |
AttributeOperand(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeOperand.Builder |
builder() |
AttributeOperand |
clone()
Clones the Structure.
|
String |
getAlias() |
UnsignedInteger |
getAttributeId() |
RelativePath |
getBrowsePath() |
String |
getIndexRange() |
NodeId |
getNodeId() |
void |
setAlias(String value) |
void |
setAttributeId(UnsignedInteger value) |
void |
setBrowsePath(RelativePath value) |
void |
setIndexRange(String value) |
void |
setNodeId(NodeId value) |
AttributeOperand.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 AttributeOperand()
protected AttributeOperand(UaDataTypeSpecification specification)
public AttributeOperand(NodeId f_nodeId, String f_alias, RelativePath f_browsePath, UnsignedInteger f_attributeId, String f_indexRange)
public NodeId getNodeId()
public void setNodeId(NodeId value)
public String getAlias()
public void setAlias(String value)
public RelativePath getBrowsePath()
public void setBrowsePath(RelativePath value)
public UnsignedInteger getAttributeId()
public void setAttributeId(UnsignedInteger value)
public String getIndexRange()
public void setIndexRange(String value)
public AttributeOperand clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class FilterOperandpublic static AttributeOperand.Builder builder()
public AttributeOperand.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class FilterOperandCopyright © 2026. All rights reserved.