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