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