public static enum LX.Media extends Enum<LX.Media>
Enum Constant and Description |
---|
CONTENT |
DELETED |
FIXTURES |
LOGS |
MODELS |
PROJECTS |
Modifier and Type | Method and Description |
---|---|
String |
getDirName() |
static LX.Media |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LX.Media[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LX.Media CONTENT
public static final LX.Media FIXTURES
public static final LX.Media PROJECTS
public static final LX.Media MODELS
public static final LX.Media LOGS
public static final LX.Media DELETED
public static LX.Media[] values()
for (LX.Media c : LX.Media.values()) System.out.println(c);
public static LX.Media 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 String getDirName()
LX library by Mark C. Slee. © 2012-2020