public class AlarmMask extends AbstractOptionSetDataType<AlarmMask.Options,UnsignedShort,AlarmMask,AlarmMask.Builder> implements UInt16OptionSetDataType<AlarmMask.Options>
| Modifier and Type | Class and Description |
|---|---|
static class |
AlarmMask.Builder |
static class |
AlarmMask.Options |
AbstractOptionSetDataType.AbstractBuilder<T extends Enum<T> & OptionSpecification>| Modifier and Type | Field and Description |
|---|---|
static AlarmMask |
Active
Deprecated.
Use Options.Active instead
|
static OptionSetSpecification |
SPECIFICATION |
static AlarmMask |
Unacknowledged
Deprecated.
Use Options.Unacknowledged instead
|
static AlarmMask |
Unconfirmed
Deprecated.
Use Options.Unconfirmed instead
|
baseDataTypeId, builtInTypeClass, delegate, optionClass, sizeInBits| Modifier and Type | Method and Description |
|---|---|
static AlarmMask.Builder |
builder() |
static AlarmMask |
of() |
static AlarmMask |
of(AlarmMask... values) |
static AlarmMask |
of(AlarmMask.Options... setFields) |
static AlarmMask |
of(BitSet values) |
static AlarmMask |
of(Iterable<AlarmMask.Options> setFields) |
static AlarmMask |
of(UnsignedShort value) |
OptionSetSpecification |
specification()
Returns the specification of this
UaOptionSet. |
asBuiltInType, computeBitField, computeBitField, computeBitField, computeBitField, computeBitField, computeBitField, computeBitFieldFixedSize, computeBuiltInTypeValue, containsAll, equals, getBaseTypeId, getBuiltInTypeClass, getSizeInBits, getValue, hashCode, isBitSet, toBuilder, toSet, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasBuiltInTypegetBaseTypeId, getBuiltInTypeClass, getSizeInBitscontains, containsAll, getValue, toBitSet, toBuilder, toOptionsMap@Deprecated public static AlarmMask Active
@Deprecated public static AlarmMask Unacknowledged
@Deprecated public static AlarmMask Unconfirmed
public static final OptionSetSpecification SPECIFICATION
public static AlarmMask.Builder builder()
public static AlarmMask of(UnsignedShort value)
public static AlarmMask of(AlarmMask.Options... setFields)
public static AlarmMask of(Iterable<AlarmMask.Options> setFields)
public static AlarmMask of()
public OptionSetSpecification specification()
UaOptionSetUaOptionSet. This can be used for generic procesing
of the OptionSetSpecification.getOptions().specification in interface UaOptionSetCopyright © 2026. All rights reserved.