public static enum ClearTool.DefaultPromotionLevel extends Enum<ClearTool.DefaultPromotionLevel>
Enum Constant and Description |
---|
BUILT |
INITIAL |
REJECTED |
RELEASED |
TESTED |
Modifier and Type | Method and Description |
---|---|
static ClearTool.DefaultPromotionLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClearTool.DefaultPromotionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClearTool.DefaultPromotionLevel BUILT
public static final ClearTool.DefaultPromotionLevel INITIAL
public static final ClearTool.DefaultPromotionLevel REJECTED
public static final ClearTool.DefaultPromotionLevel RELEASED
public static final ClearTool.DefaultPromotionLevel TESTED
public static ClearTool.DefaultPromotionLevel[] values()
for (ClearTool.DefaultPromotionLevel c : ClearTool.DefaultPromotionLevel.values()) System.out.println(c);
public static ClearTool.DefaultPromotionLevel 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 nullCopyright © 2004-2021. All Rights Reserved.