public static enum CcBaseline.CompareFlagEx extends Enum<CcBaseline.CompareFlagEx>
Enum Constant and Description |
---|
ACTIVITIES
Provide differences in terms of activites.
|
BASELINES
Provide differences in terms of baselines.
|
VERSIONS
Provide differences in terms of versions.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CcBaseline.CompareFlagEx ACTIVITIES
public static final CcBaseline.CompareFlagEx BASELINES
public static final CcBaseline.CompareFlagEx VERSIONS
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 nameNullPointerException
- if the argument is nullpublic static CcBaseline.CompareFlagEx[] values()
for (CcBaseline.CompareFlagEx c : CcBaseline.CompareFlagEx.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.