|
Project: stp | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
ObjectEnum<CcProject.ClearQuestEnabledState>
CcProject.ClearQuestEnabledState
public static enum CcProject.ClearQuestEnabledState
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 |
|---|
public static final CcProject.ClearQuestEnabledState ENABLED
public static final CcProject.ClearQuestEnabledState NOT_ENABLED
public static final CcProject.ClearQuestEnabledState SUSPENDED
| Method Detail |
|---|
public static CcProject.ClearQuestEnabledState 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 CcProject.ClearQuestEnabledState[] values()
for(CcProject.ClearQuestEnabledState c : CcProject.ClearQuestEnabledState.values())
System.out.println(c);
|
Generated Tue 10-Jun-2014 09:00 AM | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||