public static enum DigestionParameters.CleavageParameter extends Enum<DigestionParameters.CleavageParameter>
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.CleavageParameter |
getCleavageParameters(int index)
Returns the cleavage parameter of the given index.
|
static String |
getCommandLineDescription()
Returns the different options as command line description.
|
String |
toString() |
static DigestionParameters.CleavageParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestionParameters.CleavageParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigestionParameters.CleavageParameter enzyme
public static final DigestionParameters.CleavageParameter unSpecific
public static final DigestionParameters.CleavageParameter wholeProtein
public final int index
public final String name
public static DigestionParameters.CleavageParameter[] values()
for (DigestionParameters.CleavageParameter c : DigestionParameters.CleavageParameter.values()) System.out.println(c);
public static DigestionParameters.CleavageParameter 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.CleavageParameter getCleavageParameters(int index)
index
- the index of the cleavage parameterpublic static String getCommandLineDescription()
public String toString()
toString
in class Enum<DigestionParameters.CleavageParameter>
Copyright © 2018. All rights reserved.