public static enum CcFile.RemoveLabelFlag extends Enum<CcFile.RemoveLabelFlag> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
FOLLOW_SYMLINKS
Follow symbolic links
|
RECURSE
Remove label recursively over sub-tree.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CcFile.RemoveLabelFlag FOLLOW_SYMLINKS
public static final CcFile.RemoveLabelFlag RECURSE
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 nameNullPointerException
- if the argument is nullpublic static CcFile.RemoveLabelFlag[] values()
for (CcFile.RemoveLabelFlag c : CcFile.RemoveLabelFlag.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.