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