public static class SortRuleElement.Builder extends DynamicStructure.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(UaDataTypeSpecification specification,
Supplier<? extends Structure> emptyInstanceSupplier) |
| Modifier and Type | Method and Description |
|---|---|
SortRuleElement |
build()
Builds a Structure with the given data.
|
SimpleAttributeOperand |
getEventField() |
SortOrderType |
getSortOrder() |
SortRuleElement.Builder |
setEventField(SimpleAttributeOperand value) |
SortRuleElement.Builder |
setSortOrder(SortOrderType value) |
protected Builder(UaDataTypeSpecification specification, Supplier<? extends Structure> emptyInstanceSupplier)
public SortOrderType getSortOrder()
public SortRuleElement.Builder setSortOrder(SortOrderType value)
public SimpleAttributeOperand getEventField()
public SortRuleElement.Builder setEventField(SimpleAttributeOperand value)
public SortRuleElement build()
Structure.Builderbuild in interface Structure.Builderbuild in class DynamicStructure.BuilderCopyright © 2026. All rights reserved.