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