public static enum CcFile.ApplyRolemapFlag extends Enum<CcFile.ApplyRolemapFlag>
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CcFile.ApplyRolemapFlag DIRECTORY
public static final CcFile.ApplyRolemapFlag FILE
public static final CcFile.ApplyRolemapFlag RECURSE
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 nameNullPointerException
- if the argument is nullpublic static CcFile.ApplyRolemapFlag[] values()
for (CcFile.ApplyRolemapFlag c : CcFile.ApplyRolemapFlag.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.