|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcBaseline.MakeCcBaselinesFlag>
CcBaseline.MakeCcBaselinesFlag
public static enum CcBaseline.MakeCcBaselinesFlag
Flags for the doMakeCcBaselines
method.
Enum Constant Summary | |
---|---|
IDENTICAL
Create the baseline(s) regardless of whether modifications have occurred |
|
RECOMMEND
Recommend the baseline(s) after creation. |
Method Summary | |
---|---|
static CcBaseline.MakeCcBaselinesFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcBaseline.MakeCcBaselinesFlag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CcBaseline.MakeCcBaselinesFlag IDENTICAL
public static final CcBaseline.MakeCcBaselinesFlag RECOMMEND
Method Detail |
---|
public static CcBaseline.MakeCcBaselinesFlag valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static CcBaseline.MakeCcBaselinesFlag[] values()
for (CcBaseline.MakeCcBaselinesFlag c : CcBaseline.MakeCcBaselinesFlag.values()) System.out.println(c);
|
Generated Mon 18-May-2015 11:04 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |