Project: stp

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

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

public static enum CcBaseline.MakeCcBaselinesFlag
extends Enum<CcBaseline.MakeCcBaselinesFlag>

Flags for the doMakeCcBaselines method.


Enum Constant Summary
IDENTICAL
          Create the baseline(s) regardless of whether modifications have occurred
RECOMMEND
          Recommend the baseline(s) after creation.
 
Method Summary
static CcBaseline.MakeCcBaselinesFlag valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CcBaseline.MakeCcBaselinesFlag[] 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

IDENTICAL

public static final CcBaseline.MakeCcBaselinesFlag IDENTICAL
Create the baseline(s) regardless of whether modifications have occurred


RECOMMEND

public static final CcBaseline.MakeCcBaselinesFlag RECOMMEND
Recommend the baseline(s) after creation.

Method Detail

valueOf

public static CcBaseline.MakeCcBaselinesFlag 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.MakeCcBaselinesFlag[] 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.MakeCcBaselinesFlag c : CcBaseline.MakeCcBaselinesFlag.values())
    System.out.println(c);

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

Generated Mon 18-May-2015 11:04 PM

Copyright © IBM 2015. All rights reserved.