Enum Constant and Description |
---|
ERROR_DOWNLOADING_MODEL |
ERROR_LOADING_PROJECT_MESSAGE |
UNSUPPORTED_OPERATION |
VOLATILE_PROJECT |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
text |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static Resources |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Resources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Resources ERROR_LOADING_PROJECT_MESSAGE
public static final Resources ERROR_DOWNLOADING_MODEL
public static final Resources UNSUPPORTED_OPERATION
public static final Resources VOLATILE_PROJECT
public static Resources[] values()
for (Resources c : Resources.values()) System.out.println(c);
public static Resources valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<Resources>