public enum DocumentRequiredAction extends Enum<DocumentRequiredAction>
| Enum Constant and Description |
|---|
SEND_TO_CUSTOMER |
SEND_TO_THIRD_PARTY |
| Modifier and Type | Method and Description |
|---|---|
static List<DocumentRequiredAction> |
getDefaults() |
static DocumentRequiredAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentRequiredAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentRequiredAction SEND_TO_CUSTOMER
public static final DocumentRequiredAction SEND_TO_THIRD_PARTY
public static DocumentRequiredAction[] values()
for (DocumentRequiredAction c : DocumentRequiredAction.values()) System.out.println(c);
public static DocumentRequiredAction 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 static List<DocumentRequiredAction> getDefaults()
Copyright © 2017. All rights reserved.