public interface OptionSpecification extends BitPosition
OptionSetSpecification (similar to how
FieldSpecification is for StructureSpecification). This interface should be
considered as sealed, only the SDK itself can make implementations. Implementations shall be
immutable.| Modifier and Type | Interface and Description |
|---|---|
static interface |
OptionSpecification.Builder
Builder for
OptionSpecification. |
| Modifier and Type | Method and Description |
|---|---|
static OptionSpecification.Builder |
builder()
Returns an
OptionSpecification.Builder builder instance suitable for creating
OptionSpecification. |
LocalizedText |
getDescription()
Returns the Description of the Option.
|
String |
getName()
Returns the Name of the Option.
|
getBitPositionstatic OptionSpecification.Builder builder()
OptionSpecification.Builder builder instance suitable for creating
OptionSpecification.LocalizedText getDescription()
String getName()
Copyright © 2026. All rights reserved.