Project: stp

com.ibm.rational.wvcm.stp.cc
Enum CcBaseline.LabelingStatus

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

public static enum CcBaseline.LabelingStatus
extends Enum<CcBaseline.LabelingStatus>
implements com.ibm.rational.wvcm.stpex.StpExEnumeration

Labeling status of this baseline.


Enum Constant Summary
FULLY_LABELED
          Fully labeled baseline
INCREMENTALLY_LABELED
          Incrementally labeled baseline
IS_INITIAL
          Special case: not labeled but doesn't need to be
NO_VERSIONS_TO_LABEL
          Baseline of a rootless component
NOT_LABELED
          Unlabeled baseline
 
Method Summary
static CcBaseline.LabelingStatus valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CcBaseline.LabelingStatus[] 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

FULLY_LABELED

public static final CcBaseline.LabelingStatus FULLY_LABELED
Fully labeled baseline


INCREMENTALLY_LABELED

public static final CcBaseline.LabelingStatus INCREMENTALLY_LABELED
Incrementally labeled baseline


IS_INITIAL

public static final CcBaseline.LabelingStatus IS_INITIAL
Special case: not labeled but doesn't need to be


NO_VERSIONS_TO_LABEL

public static final CcBaseline.LabelingStatus NO_VERSIONS_TO_LABEL
Baseline of a rootless component


NOT_LABELED

public static final CcBaseline.LabelingStatus NOT_LABELED
Unlabeled baseline

Method Detail

valueOf

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

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

Generated Wed 14-Mar-2018 10:38 PM

Copyright © IBM 2018. All rights reserved.