public enum SenderSettleMode extends java.lang.Enum<SenderSettleMode>
Modifier and Type | Method and Description |
---|---|
UnsignedByte |
getValue() |
static SenderSettleMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SenderSettleMode |
valueOf(UnsignedByte value) |
static SenderSettleMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SenderSettleMode UNSETTLED
public static final SenderSettleMode SETTLED
public static final SenderSettleMode MIXED
public static SenderSettleMode[] values()
for (SenderSettleMode c : SenderSettleMode.values()) System.out.println(c);
public static SenderSettleMode 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 static SenderSettleMode valueOf(UnsignedByte value)
public UnsignedByte getValue()