public enum QualifiedStatus extends Enum<QualifiedStatus>
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static boolean |
isQC(QualifiedStatus status) |
static QualifiedStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QualifiedStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QualifiedStatus QC
public static final QualifiedStatus NOT_QC
public static QualifiedStatus[] values()
for (QualifiedStatus c : QualifiedStatus.values()) System.out.println(c);
public static QualifiedStatus 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 String getLabel()
public static boolean isQC(QualifiedStatus status)
Copyright © 2018. All rights reserved.