Project: stp

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

Object
  extended by Enum<CcBaseline.CompareFlagEx>
      extended by CcBaseline.CompareFlagEx
All Implemented Interfaces:
Serializable, Comparable<CcBaseline.CompareFlagEx>
Enclosing interface:
CcBaseline

public static enum CcBaseline.CompareFlagEx
extends 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

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

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
NullPointerException - if the argument is null

values

public static CcBaseline.CompareFlagEx[] values()
Returns an array containing the constants of this enum type, in the order they are 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 are declared

Generated Mon 30-Jan-2017 04:26 PM

Copyright © IBM 2017. All rights reserved.