public static enum LabelResolver.LabeledReceiverResolutionResult.Code extends java.lang.Enum<LabelResolver.LabeledReceiverResolutionResult.Code>
| Enum Constant and Description |
|---|
LABEL_RESOLUTION_ERROR |
NO_THIS |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static LabelResolver.LabeledReceiverResolutionResult.Code |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelResolver.LabeledReceiverResolutionResult.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelResolver.LabeledReceiverResolutionResult.Code LABEL_RESOLUTION_ERROR
public static final LabelResolver.LabeledReceiverResolutionResult.Code NO_THIS
public static final LabelResolver.LabeledReceiverResolutionResult.Code SUCCESS
public static LabelResolver.LabeledReceiverResolutionResult.Code[] values()
for (LabelResolver.LabeledReceiverResolutionResult.Code c : LabelResolver.LabeledReceiverResolutionResult.Code.values()) System.out.println(c);
public static LabelResolver.LabeledReceiverResolutionResult.Code 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 null