|
Project: stp | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
ObjectEnum<CcBaseline.CompareFlagEx>
CcBaseline.CompareFlagEx
public static enum CcBaseline.CompareFlagEx
Boolean flags for the doCompareReportEx method.
| Enum Constant Summary | |
|---|---|
ACTIVITIES
Provide differences in terms of activites. |
|
BASELINES
Provide differences in terms of baselines. |
|
VERSIONS
Provide differences in terms of versions. |
|
| Method Summary | |
|---|---|
static CcBaseline.CompareFlagEx |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcBaseline.CompareFlagEx[] |
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.CompareFlagEx ACTIVITIES
public static final CcBaseline.CompareFlagEx BASELINES
public static final CcBaseline.CompareFlagEx VERSIONS
| Method Detail |
|---|
public static CcBaseline.CompareFlagEx 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.CompareFlagEx[] values()
for (CcBaseline.CompareFlagEx c : CcBaseline.CompareFlagEx.values()) System.out.println(c);
|
Generated Fri 15-Nov-2013 12:48 AM | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||