|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcFile.ApplyRolemapFlag>
CcFile.ApplyRolemapFlag
public static enum CcFile.ApplyRolemapFlag
Flags for the doApplyRolemap method
Enum Constant Summary | |
---|---|
DIRECTORY
Restricts the command to changing directory elements only. |
|
FILE
Restricts the command to changing file elements only. |
|
RECURSE
Apply rolemap recursively over sub-tree, if one exists. |
Method Summary | |
---|---|
String |
toString()
|
static CcFile.ApplyRolemapFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcFile.ApplyRolemapFlag[] |
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.ApplyRolemapFlag DIRECTORY
public static final CcFile.ApplyRolemapFlag FILE
public static final CcFile.ApplyRolemapFlag RECURSE
Method Detail |
---|
public String toString()
toString
in class Enum<CcFile.ApplyRolemapFlag>
public static CcFile.ApplyRolemapFlag 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.ApplyRolemapFlag[] values()
for (CcFile.ApplyRolemapFlag c : CcFile.ApplyRolemapFlag.values()) System.out.println(c);
|
Generated Tue 29-Aug-2017 12:28 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |