public static enum Datasette.DatasetteStatus extends Enum<Datasette.DatasetteStatus>
| Modifier and Type | Method and Description |
|---|---|
static Datasette.DatasetteStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Datasette.DatasetteStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Datasette.DatasetteStatus OFF
public static final Datasette.DatasetteStatus LOAD
public static final Datasette.DatasetteStatus SAVE
public static Datasette.DatasetteStatus[] values()
for (Datasette.DatasetteStatus c : Datasette.DatasetteStatus.values()) System.out.println(c);
public static Datasette.DatasetteStatus 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 © 2018 Ken Händel. All rights reserved.