public static enum APIConstants.LineageType extends java.lang.Enum<APIConstants.LineageType>
Enum Constant and Description |
---|
DUAL
DUAL - Refers to dual lineage.
|
FORWARD
FORWARD - Refers to forward lineage.
|
REVERSE
REVERSE - Refers to reverse lineage.
|
Modifier and Type | Method and Description |
---|---|
static APIConstants.LineageType |
getLineageType(java.lang.String value) |
static APIConstants.LineageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.LineageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIConstants.LineageType FORWARD
public static final APIConstants.LineageType REVERSE
public static final APIConstants.LineageType DUAL
public static APIConstants.LineageType[] values()
for (APIConstants.LineageType c : APIConstants.LineageType.values()) System.out.println(c);
public static APIConstants.LineageType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static APIConstants.LineageType getLineageType(java.lang.String value)
value
-