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