public static enum CcProject.ClearQuestEnabledState extends Enum<CcProject.ClearQuestEnabledState> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
public static final CcProject.ClearQuestEnabledState ENABLED
public static final CcProject.ClearQuestEnabledState NOT_ENABLED
public static final CcProject.ClearQuestEnabledState SUSPENDED
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 nameNullPointerException
- if the argument is nullpublic static CcProject.ClearQuestEnabledState[] values()
for (CcProject.ClearQuestEnabledState c : CcProject.ClearQuestEnabledState.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.