public static enum TautomerConst.GAT extends Enum<TautomerConst.GAT>
Enum Constant and Description |
---|
Comb_Improved |
Comb_Pure |
Incremental |
Modifier and Type | Method and Description |
---|---|
abstract String |
getShortName() |
static TautomerConst.GAT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TautomerConst.GAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TautomerConst.GAT Comb_Pure
public static final TautomerConst.GAT Incremental
public static final TautomerConst.GAT Comb_Improved
public static TautomerConst.GAT[] values()
for (TautomerConst.GAT c : TautomerConst.GAT.values()) System.out.println(c);
public static TautomerConst.GAT 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 abstract String getShortName()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.