public class LiteralOperand extends FilterOperand
| Modifier and Type | Class and Description |
|---|---|
static class |
LiteralOperand.Builder |
static class |
LiteralOperand.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
LiteralOperand() |
|
LiteralOperand(Object f_value) |
protected |
LiteralOperand(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static LiteralOperand.Builder |
builder() |
LiteralOperand |
clone()
Clones the Structure.
|
Object |
getValue() |
void |
setValue(Object value) |
LiteralOperand.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 LiteralOperand()
protected LiteralOperand(UaDataTypeSpecification specification)
public LiteralOperand(Object f_value)
public Object getValue()
public void setValue(Object value)
public LiteralOperand clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class FilterOperandpublic static LiteralOperand.Builder builder()
public LiteralOperand.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class FilterOperandCopyright © 2026. All rights reserved.