public enum BrAPIPlateFormat extends Enum<BrAPIPlateFormat> implements BrAPIEnum
| Modifier and Type | Method and Description |
|---|---|
static BrAPIPlateFormat |
fromValue(String text) |
String |
getBrapiValue() |
String |
toString() |
static BrAPIPlateFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrAPIPlateFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrAPIPlateFormat PLATE_96
public static final BrAPIPlateFormat TUBES
public static BrAPIPlateFormat[] values()
for (BrAPIPlateFormat c : BrAPIPlateFormat.values()) System.out.println(c);
public static BrAPIPlateFormat 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 toString()
toString in class Enum<BrAPIPlateFormat>public static BrAPIPlateFormat fromValue(String text)
public String getBrapiValue()
getBrapiValue in interface BrAPIEnumCopyright © 2023. All rights reserved.