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