Project: stp

com.ibm.rational.wvcm.stp.cc
Enum CcProject.ClearQuestEnabledState

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

public static enum CcProject.ClearQuestEnabledState
extends Enum<CcProject.ClearQuestEnabledState>
implements com.ibm.rational.wvcm.stpex.StpExEnumeration

A UCM project is "ClearQuest-enabled" if it is bound to a ClearQuest user database and participates in the ClearQuest/UCM integration.


Enum Constant Summary
ENABLED
          This project is ClearQuest-enabled.
NOT_ENABLED
          This project is not ClearQuest-enabled.
SUSPENDED
          This project is ClearQuest-enabled, but the integration is temporarily suspended.
 
Method Summary
static CcProject.ClearQuestEnabledState valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CcProject.ClearQuestEnabledState[] 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, toString, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ENABLED

public static final CcProject.ClearQuestEnabledState ENABLED
This project is ClearQuest-enabled.


NOT_ENABLED

public static final CcProject.ClearQuestEnabledState NOT_ENABLED
This project is not ClearQuest-enabled.


SUSPENDED

public static final CcProject.ClearQuestEnabledState SUSPENDED
This project is ClearQuest-enabled, but the integration is temporarily suspended.

Method Detail

valueOf

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

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

Generated Tue 19-Apr-2011 10:16 PM

Copyright © IBM 2011. All rights reserved.