public static enum ServiceResult.PAYLOAD_STRICTNESS extends Enum<ServiceResult.PAYLOAD_STRICTNESS>
Enum Constant and Description |
---|
ADDOK |
STRICT |
TEXT |
TREE |
TREE_TEXT |
ZERO |
Modifier and Type | Method and Description |
---|---|
static ServiceResult.PAYLOAD_STRICTNESS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceResult.PAYLOAD_STRICTNESS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceResult.PAYLOAD_STRICTNESS ZERO
public static final ServiceResult.PAYLOAD_STRICTNESS ADDOK
public static final ServiceResult.PAYLOAD_STRICTNESS TREE
public static final ServiceResult.PAYLOAD_STRICTNESS TEXT
public static final ServiceResult.PAYLOAD_STRICTNESS TREE_TEXT
public static final ServiceResult.PAYLOAD_STRICTNESS STRICT
public static ServiceResult.PAYLOAD_STRICTNESS[] values()
for (ServiceResult.PAYLOAD_STRICTNESS c : ServiceResult.PAYLOAD_STRICTNESS.values()) System.out.println(c);
public static ServiceResult.PAYLOAD_STRICTNESS 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 nullCopyright © 2016. All rights reserved.