public enum ReceiverSettleMode extends java.lang.Enum<ReceiverSettleMode>
| Modifier and Type | Method and Description |
|---|---|
UnsignedByte |
getValue() |
static ReceiverSettleMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReceiverSettleMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReceiverSettleMode FIRST
public static final ReceiverSettleMode SECOND
public static ReceiverSettleMode[] values()
for (ReceiverSettleMode c : ReceiverSettleMode.values()) System.out.println(c);
public static ReceiverSettleMode 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 UnsignedByte getValue()
Copyright © 2014 FuseSource, Corp.. All Rights Reserved.