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