public static enum CcTypeBase.TypeCreateFlag extends Enum<CcTypeBase.TypeCreateFlag> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
ACQUIRE
Acquire eclipsing types
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CcTypeBase.TypeCreateFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcTypeBase.TypeCreateFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcTypeBase.TypeCreateFlag ACQUIRE
public String toString()
toString
in class Enum<CcTypeBase.TypeCreateFlag>
public static CcTypeBase.TypeCreateFlag 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 CcTypeBase.TypeCreateFlag[] values()
for (CcTypeBase.TypeCreateFlag c : CcTypeBase.TypeCreateFlag.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.