public enum SampleType extends Enum<SampleType>
Enum Constant and Description |
---|
ADDGENE |
BOX_INDEXED |
BOX_UNINDEXED |
FREEZER |
GENERIC |
PLATE81 |
PLATE96 |
SCHEME |
SHELF |
TUBE |
WELL |
Modifier and Type | Method and Description |
---|---|
boolean |
isTopLevel() |
static SampleType |
toSampleType(String name) |
static SampleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SampleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SampleType PLATE96
public static final SampleType ADDGENE
public static final SampleType GENERIC
public static final SampleType FREEZER
public static final SampleType SHELF
public static final SampleType BOX_INDEXED
public static final SampleType BOX_UNINDEXED
public static final SampleType PLATE81
public static final SampleType WELL
public static final SampleType TUBE
public static final SampleType SCHEME
public static SampleType[] values()
for (SampleType c : SampleType.values()) System.out.println(c);
public static SampleType 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 boolean isTopLevel()
public static SampleType toSampleType(String name)
Copyright © 2017. All rights reserved.