enum GlobProtResult extends java.lang.Enum<GlobProtResult>
| Enum Constant and Description |
|---|
Disorder
This a range with no scores
|
Dydx
This a score with no range
|
GlobDoms
This a range with no scores
|
RawScore
This a score with no range
|
SmoothedScore
This a score with no range
|
| Modifier and Type | Method and Description |
|---|---|
static GlobProtResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlobProtResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobProtResult GlobDoms
public static final GlobProtResult Disorder
public static final GlobProtResult Dydx
public static final GlobProtResult SmoothedScore
public static final GlobProtResult RawScore
public static GlobProtResult[] values()
for (GlobProtResult c : GlobProtResult.values()) System.out.println(c);
public static GlobProtResult 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 null