|
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 | |
---|---|
String |
toString()
Returns a string representation of this flag suitable for diagnostics. |
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're declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, 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 String toString()
toString
in class Enum<CcBaseline.CompareFlagEx>
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 namepublic static final CcBaseline.CompareFlagEx[] values()
for(CcBaseline.CompareFlagEx c : CcBaseline.CompareFlagEx.values()) System.out.println(c);
|
Generated Sun 26-Oct-2008 10:17 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |