public enum SMEOriginatedAcknowledgement extends java.lang.Enum<SMEOriginatedAcknowledgement>
Enum Constant and Description |
---|
DEFAULT |
DELIVERY |
DELIVERY_MANUAL |
MANUAL |
Modifier and Type | Field and Description |
---|---|
static byte |
CLEAR_BYTE |
static byte |
MASK_BYTE |
Modifier and Type | Method and Description |
---|---|
static byte |
clean(byte registeredDelivery) |
static byte |
compose(byte registeredDelivery,
SMEOriginatedAcknowledgement smeOriginatedAcknowledgement) |
boolean |
containedIn(byte registeredDelivery) |
boolean |
containedIn(RegisteredDelivery registeredDelivery) |
byte |
value() |
static SMEOriginatedAcknowledgement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMEOriginatedAcknowledgement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMEOriginatedAcknowledgement DEFAULT
public static final SMEOriginatedAcknowledgement DELIVERY
public static final SMEOriginatedAcknowledgement MANUAL
public static final SMEOriginatedAcknowledgement DELIVERY_MANUAL
public static final byte CLEAR_BYTE
public static final byte MASK_BYTE
public static SMEOriginatedAcknowledgement[] values()
for (SMEOriginatedAcknowledgement c : SMEOriginatedAcknowledgement.values()) System.out.println(c);
public static SMEOriginatedAcknowledgement valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic byte value()
public boolean containedIn(RegisteredDelivery registeredDelivery)
public boolean containedIn(byte registeredDelivery)
public static byte compose(byte registeredDelivery, SMEOriginatedAcknowledgement smeOriginatedAcknowledgement)
public static byte clean(byte registeredDelivery)