public static enum DigestionPreferences.Specificity extends Enum<DigestionPreferences.Specificity>
Enum Constant and Description |
---|
semiSpecific
Specific at only one of the termini.
|
specific
Specific at both termini.
|
specificCTermOnly
Specific at the C-terminus only.
|
specificNTermOnly
Specific at the N-terminus only.
|
Modifier and Type | Field and Description |
---|---|
int |
index
The index.
|
String |
name
The name.
|
Modifier and Type | Method and Description |
---|---|
static String |
getCommandLineDescription()
Returns the different options as command line description.
|
static DigestionPreferences.Specificity |
getSpecificity(int index)
Returns the specificity of the given index.
|
String |
toString() |
static DigestionPreferences.Specificity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestionPreferences.Specificity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigestionPreferences.Specificity specific
public static final DigestionPreferences.Specificity semiSpecific
public static final DigestionPreferences.Specificity specificNTermOnly
public static final DigestionPreferences.Specificity specificCTermOnly
public final int index
public final String name
public static DigestionPreferences.Specificity[] values()
for (DigestionPreferences.Specificity c : DigestionPreferences.Specificity.values()) System.out.println(c);
public static DigestionPreferences.Specificity 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 DigestionPreferences.Specificity getSpecificity(int index)
index
- the index of the specificitypublic static String getCommandLineDescription()
public String toString()
toString
in class Enum<DigestionPreferences.Specificity>
Copyright © 2018. All rights reserved.