public static enum CcBaseline.MakeCcBaselinesFlag extends Enum<CcBaseline.MakeCcBaselinesFlag>
doMakeCcBaselines
method.Enum Constant and Description |
---|
IDENTICAL
Create the baseline(s) regardless of whether modifications have occurred
|
RECOMMEND
Recommend the baseline(s) after creation.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CcBaseline.MakeCcBaselinesFlag IDENTICAL
public static final CcBaseline.MakeCcBaselinesFlag RECOMMEND
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 nameNullPointerException
- if the argument is nullpublic static CcBaseline.MakeCcBaselinesFlag[] values()
for (CcBaseline.MakeCcBaselinesFlag c : CcBaseline.MakeCcBaselinesFlag.values()) System.out.println(c);
Copyright © IBM 2018. All rights reserved.