public static enum ServiceModel.QualityControlType extends Enum<ServiceModel.QualityControlType>
| Enum Constant and Description |
|---|
BLANK |
NORMAL |
OTHER_QC |
REPLICATE |
SPIKE |
| Modifier and Type | Method and Description |
|---|---|
static ServiceModel.QualityControlType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModel.QualityControlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceModel.QualityControlType NORMAL
public static final ServiceModel.QualityControlType REPLICATE
public static final ServiceModel.QualityControlType BLANK
public static final ServiceModel.QualityControlType SPIKE
public static final ServiceModel.QualityControlType OTHER_QC
public static ServiceModel.QualityControlType[] values()
for (ServiceModel.QualityControlType c : ServiceModel.QualityControlType.values()) System.out.println(c);
public static ServiceModel.QualityControlType 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 nullCopyright © 2022. All rights reserved.