|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcBaseline.LabelingStatus>
CcBaseline.LabelingStatus
public static enum CcBaseline.LabelingStatus
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're 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 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
Method Detail |
---|
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 namepublic static final CcBaseline.LabelingStatus[] values()
for(CcBaseline.LabelingStatus c : CcBaseline.LabelingStatus.values()) System.out.println(c);
|
Generated Wed 15-Jul-2015 01:05 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |