|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EnzymeCommissionNumber.Type>
uk.ac.ebi.intenz.domain.enzyme.EnzymeCommissionNumber.Type
public static enum EnzymeCommissionNumber.Type
Type of EC number.
| Enum Constant Summary | |
|---|---|
CLASS
Only the first digit is > 0 which means that this EC is a class EC. |
|
ENZYME
All digits are > 0 which means that this EC is an enzyme EC. |
|
PRELIMINARY
Like ENZYME, but not provided by NC-IUBMB. |
|
SUBCLASS
Only the first two digits are > 0 which means that this EC is a subclass EC. |
|
SUBSUBCLASS
Only the first three digits are > 0 which means that this EC is a sub-subclass EC. |
|
UNDEF
The EC number is undefined. |
|
| Method Summary | |
|---|---|
static EnzymeCommissionNumber.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnzymeCommissionNumber.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EnzymeCommissionNumber.Type CLASS
public static final EnzymeCommissionNumber.Type SUBCLASS
public static final EnzymeCommissionNumber.Type SUBSUBCLASS
public static final EnzymeCommissionNumber.Type ENZYME
public static final EnzymeCommissionNumber.Type PRELIMINARY
ENZYME, but not provided by NC-IUBMB.
public static final EnzymeCommissionNumber.Type UNDEF
| Method Detail |
|---|
public static EnzymeCommissionNumber.Type[] values()
for (EnzymeCommissionNumber.Type c : EnzymeCommissionNumber.Type.values()) System.out.println(c);
public static EnzymeCommissionNumber.Type valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||