public static enum CcFile.AttributeOpFlag extends Enum<CcFile.AttributeOpFlag> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
DEFAULT
If the attribute type was created with a default value, uses
that value for the attribute instead of the value specified in
the call.
|
RECURSE
Apply/remove attribute recursively over sub-tree.
|
REPLACE
Replace existing attribute instance.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CcFile.AttributeOpFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcFile.AttributeOpFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcFile.AttributeOpFlag DEFAULT
public static final CcFile.AttributeOpFlag RECURSE
public static final CcFile.AttributeOpFlag REPLACE
public String toString()
toString
in class Enum<CcFile.AttributeOpFlag>
public static CcFile.AttributeOpFlag 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.AttributeOpFlag[] values()
for (CcFile.AttributeOpFlag c : CcFile.AttributeOpFlag.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.