public class SortRuleElement extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
SortRuleElement.Builder |
static class |
SortRuleElement.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
SortRuleElement() |
|
SortRuleElement(SortOrderType f_sortOrder,
SimpleAttributeOperand f_eventField) |
protected |
SortRuleElement(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static SortRuleElement.Builder |
builder() |
SortRuleElement |
clone()
Clones the Structure.
|
SimpleAttributeOperand |
getEventField() |
SortOrderType |
getSortOrder() |
void |
setEventField(SimpleAttributeOperand value) |
void |
setSortOrder(SortOrderType value) |
SortRuleElement.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 SortRuleElement()
protected SortRuleElement(UaDataTypeSpecification specification)
public SortRuleElement(SortOrderType f_sortOrder, SimpleAttributeOperand f_eventField)
public SortOrderType getSortOrder()
public void setSortOrder(SortOrderType value)
public SimpleAttributeOperand getEventField()
public void setEventField(SimpleAttributeOperand value)
public SortRuleElement clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static SortRuleElement.Builder builder()
public SortRuleElement.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.