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