enum IUPredResult extends java.lang.Enum<IUPredResult>
| Enum Constant and Description |
|---|
Glob
Globular domains
|
Long
Long disorder
|
Short
Short disorder
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static IUPredResult |
getType(java.io.File file) |
static IUPredResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IUPredResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IUPredResult Short
public static final IUPredResult Long
public static final IUPredResult Glob
public static IUPredResult[] values()
for (IUPredResult c : IUPredResult.values()) System.out.println(c);
public static IUPredResult 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 nullstatic IUPredResult getType(java.io.File file)