public enum IntermediateNotification extends Enum<IntermediateNotification>
Enum Constant and Description |
---|
NOT_REQUESTED |
REQUESTED |
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,
IntermediateNotification intermediateNotification) |
boolean |
containedIn(byte registeredDelivery) |
boolean |
containedIn(RegisteredDelivery registeredDelivery) |
byte |
value() |
static IntermediateNotification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntermediateNotification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntermediateNotification NOT_REQUESTED
public static final IntermediateNotification REQUESTED
public static final byte CLEAR_BYTE
public static final byte MASK_BYTE
public static IntermediateNotification[] values()
for (IntermediateNotification c : IntermediateNotification.values()) System.out.println(c);
public static IntermediateNotification valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic byte value()
public boolean containedIn(RegisteredDelivery registeredDelivery)
public boolean containedIn(byte registeredDelivery)
public static byte compose(byte registeredDelivery, IntermediateNotification intermediateNotification)
public static byte clean(byte registeredDelivery)