|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<StpActivity.CqUcmIntegrationState>
com.ibm.rational.wvcm.stp.StpActivity.CqUcmIntegrationState
public static enum StpActivity.CqUcmIntegrationState
Enum Constant Summary | |
---|---|
BOUND_CC_ACTIVITY_CQ_RECORD_PAIR
This is a UCM-enabled CQ record and a UCM activity that are bound to each other. |
|
UNBOUND_CC_ACTIVITY
This is an unbound UCM activity in a non-ClearQuest-enabled project. |
|
UNBOUND_CQ_RECORD
This is an unbound ClearQuest record. |
Method Summary | |
---|---|
static StpActivity.CqUcmIntegrationState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StpActivity.CqUcmIntegrationState[] |
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 |
---|
public static final StpActivity.CqUcmIntegrationState BOUND_CC_ACTIVITY_CQ_RECORD_PAIR
public static final StpActivity.CqUcmIntegrationState UNBOUND_CC_ACTIVITY
public static final StpActivity.CqUcmIntegrationState UNBOUND_CQ_RECORD
Method Detail |
---|
public static StpActivity.CqUcmIntegrationState valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static StpActivity.CqUcmIntegrationState[] values()
for (StpActivity.CqUcmIntegrationState c : StpActivity.CqUcmIntegrationState.values()) System.out.println(c);
|
Generated Tue 26-Jul-2016 01:02 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |