|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcFile.LoadState>
CcFile.LoadState
public static enum CcFile.LoadState
Values for file or directory load state
Enum Constant Summary | |
---|---|
LOADED
This file or directory is loaded in its file area. |
|
NOT_LOADED
This file or directory is not loaded in its file area. |
|
PARTIALLY_LOADED
This directory is partially loaded in its file area, i.e., some but not all of its children are loaded. |
Method Summary | |
---|---|
static CcFile.LoadState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcFile.LoadState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CcFile.LoadState LOADED
public static final CcFile.LoadState NOT_LOADED
public static final CcFile.LoadState PARTIALLY_LOADED
Method Detail |
---|
public static CcFile.LoadState valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static CcFile.LoadState[] values()
for (CcFile.LoadState c : CcFile.LoadState.values()) System.out.println(c);
|
Generated Thu 15-Aug-2013 02:30 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |