public static enum DigestionParameters.CleavagePreference extends Enum<DigestionParameters.CleavagePreference>
Enum Constant and Description |
---|
enzyme
Digestion with an enzyme.
|
unSpecific
Unspecific digestion.
|
wholeProtein
Whole protein, no digestion.
|
Modifier and Type | Field and Description |
---|---|
int |
index
The index.
|
String |
name
The name.
|
Modifier and Type | Method and Description |
---|---|
static DigestionParameters.CleavagePreference |
getCleavagePreferences(int index)
Returns the cleavage preference of the given index.
|
static String |
getCommandLineDescription()
Returns the different options as command line description.
|
String |
toString() |
static DigestionParameters.CleavagePreference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestionParameters.CleavagePreference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigestionParameters.CleavagePreference enzyme
public static final DigestionParameters.CleavagePreference unSpecific
public static final DigestionParameters.CleavagePreference wholeProtein
public final int index
public final String name
public static DigestionParameters.CleavagePreference[] values()
for (DigestionParameters.CleavagePreference c : DigestionParameters.CleavagePreference.values()) System.out.println(c);
public static DigestionParameters.CleavagePreference 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 static DigestionParameters.CleavagePreference getCleavagePreferences(int index)
index
- the index of the cleavage preferencepublic static String getCommandLineDescription()
public String toString()
toString
in class Enum<DigestionParameters.CleavagePreference>
Copyright © 2018. All rights reserved.