|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcFile.ApplyLabelFlag>
CcFile.ApplyLabelFlag
public static enum CcFile.ApplyLabelFlag
Flags for the doApplyLabel method
Enum Constant Summary | |
---|---|
FOLLOW_SYMLINKS
Follow symbolic links |
|
RECURSE
Apply label recursively over sub-tree. |
|
REPLACE
Replace existing label instance. |
Method Summary | |
---|---|
String |
toString()
|
static CcFile.ApplyLabelFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcFile.ApplyLabelFlag[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CcFile.ApplyLabelFlag FOLLOW_SYMLINKS
public static final CcFile.ApplyLabelFlag RECURSE
public static final CcFile.ApplyLabelFlag REPLACE
Method Detail |
---|
public String toString()
toString
in class Enum<CcFile.ApplyLabelFlag>
public static CcFile.ApplyLabelFlag valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static final CcFile.ApplyLabelFlag[] values()
for(CcFile.ApplyLabelFlag c : CcFile.ApplyLabelFlag.values()) System.out.println(c);
|
Generated Wed 16-Apr-2014 05:20 PM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |