Project: stp

com.ibm.rational.wvcm.stp.cc
Enum CcTypeBase.TypeCreateFlag

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

public static enum CcTypeBase.TypeCreateFlag
extends Enum<CcTypeBase.TypeCreateFlag>
implements com.ibm.rational.wvcm.stpex.StpExEnumeration

Enum for the doCreateResource method


Enum Constant Summary
ACQUIRE
          Acquire eclipsing types
 
Method Summary
 String toString()
           
static CcTypeBase.TypeCreateFlag valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CcTypeBase.TypeCreateFlag[] 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, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ACQUIRE

public static final CcTypeBase.TypeCreateFlag ACQUIRE
Acquire eclipsing types

Method Detail

toString

public String toString()
Overrides:
toString in class Enum<CcTypeBase.TypeCreateFlag>

valueOf

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

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

Generated Thu 3-Nov-2011 01:39 AM

Copyright © IBM 2011. All rights reserved.