Project: stp

com.ibm.rational.wvcm.stp
Enum StpActivity.CqUcmIntegrationState

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

public static enum StpActivity.CqUcmIntegrationState
extends Enum<StpActivity.CqUcmIntegrationState>
implements com.ibm.rational.wvcm.stpex.StpExEnumeration


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

BOUND_CC_ACTIVITY_CQ_RECORD_PAIR

public static final StpActivity.CqUcmIntegrationState 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

public static final StpActivity.CqUcmIntegrationState UNBOUND_CC_ACTIVITY
This is an unbound UCM activity in a non-ClearQuest-enabled project.


UNBOUND_CQ_RECORD

public static final StpActivity.CqUcmIntegrationState UNBOUND_CQ_RECORD
This is an unbound ClearQuest record.

Method Detail

valueOf

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

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

Generated Tue 25-Jul-2017 08:41 PM

Copyright © IBM 2017. All rights reserved.