Project: stp

com.ibm.rational.wvcm.stp.cc
Enum CcBaseline.CompareFlagEx

Object
  extended by Enum<CcBaseline.CompareFlagEx>
      extended by CcBaseline.CompareFlagEx
All Implemented Interfaces:
com.ibm.rational.wvcm.stpex.StpExEnumeration, Serializable, Comparable<CcBaseline.CompareFlagEx>
Enclosing interface:
CcBaseline

public static enum CcBaseline.CompareFlagEx
extends Enum<CcBaseline.CompareFlagEx>
implements com.ibm.rational.wvcm.stpex.StpExEnumeration

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

ACTIVITIES

public static final CcBaseline.CompareFlagEx ACTIVITIES
Provide differences in terms of activites.


BASELINES

public static final CcBaseline.CompareFlagEx BASELINES
Provide differences in terms of baselines.


VERSIONS

public static final CcBaseline.CompareFlagEx VERSIONS
Provide differences in terms of versions.

Method Detail

toString

public String toString()
Returns a string representation of this flag suitable for diagnostics.

Overrides:
toString in class Enum<CcBaseline.CompareFlagEx>

valueOf

public static CcBaseline.CompareFlagEx valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

values

public static final CcBaseline.CompareFlagEx[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(CcBaseline.CompareFlagEx c : CcBaseline.CompareFlagEx.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

Generated Tue 17-Jun-2014 01:15 AM

Copyright © IBM 2014. All rights reserved.