|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcFile.RemoveLabelFlag>
CcFile.RemoveLabelFlag
public static enum CcFile.RemoveLabelFlag
Flags for the doRemoveLabel method
Enum Constant Summary | |
---|---|
FOLLOW_SYMLINKS
Follow symbolic links |
|
RECURSE
Remove label recursively over sub-tree. |
Method Summary | |
---|---|
String |
toString()
|
static CcFile.RemoveLabelFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcFile.RemoveLabelFlag[] |
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, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CcFile.RemoveLabelFlag FOLLOW_SYMLINKS
public static final CcFile.RemoveLabelFlag RECURSE
Method Detail |
---|
public String toString()
toString
in class Enum<CcFile.RemoveLabelFlag>
public static CcFile.RemoveLabelFlag 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.RemoveLabelFlag[] values()
for (CcFile.RemoveLabelFlag c : CcFile.RemoveLabelFlag.values()) System.out.println(c);
|
Generated Thu 6-Nov-2014 09:05 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |