public static enum DigestionParameters.Specificity extends Enum<DigestionParameters.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 DigestionParameters.Specificity |
getSpecificity(int index)
Returns the specificity of the given index.
|
String |
toString() |
static DigestionParameters.Specificity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestionParameters.Specificity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigestionParameters.Specificity specific
public static final DigestionParameters.Specificity semiSpecific
public static final DigestionParameters.Specificity specificNTermOnly
public static final DigestionParameters.Specificity specificCTermOnly
public final int index
public final String name
public static DigestionParameters.Specificity[] values()
for (DigestionParameters.Specificity c : DigestionParameters.Specificity.values()) System.out.println(c);
public static DigestionParameters.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 DigestionParameters.Specificity getSpecificity(int index)
index
- the index of the specificitypublic static String getCommandLineDescription()
public String toString()
toString
in class Enum<DigestionParameters.Specificity>
Copyright © 2021. All rights reserved.