public static enum CcBaseline.LabelingStatus extends Enum<CcBaseline.LabelingStatus> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CcBaseline.LabelingStatus FULLY_LABELED
public static final CcBaseline.LabelingStatus INCREMENTALLY_LABELED
public static final CcBaseline.LabelingStatus IS_INITIAL
public static final CcBaseline.LabelingStatus NO_VERSIONS_TO_LABEL
public static final CcBaseline.LabelingStatus NOT_LABELED
public static CcBaseline.LabelingStatus 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 CcBaseline.LabelingStatus[] values()
for (CcBaseline.LabelingStatus c : CcBaseline.LabelingStatus.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.