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