public enum ModificationCategory extends Enum<ModificationCategory>
Enum Constant and Description |
---|
Common
Common fixed and variable modifications.
|
Common_Artifact
Common chemical artifacts.
|
Common_Biological
Common biological modifications.
|
Glyco
Glycosylation.
|
Labeling
Modifications as part of labeling.
|
Less_Common
Less common modifications.
|
Metal
Modifications including metals.
|
Nucleotide_Substitution_One
Nucleotide substitutions that can be done by changing one nucleotide.
|
Nucleotide_Substitution_TwoPlus
Nucleotide substitutions that require changing two or more nucleotide.
|
Other
Modifications not fitting in any of the other categories.
|
Modifier and Type | Method and Description |
---|---|
static String |
getCategoriesAsString()
Returns all of the modification category options as a string.
|
String |
toString() |
static ModificationCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModificationCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModificationCategory Common
public static final ModificationCategory Common_Biological
public static final ModificationCategory Common_Artifact
public static final ModificationCategory Metal
public static final ModificationCategory Glyco
public static final ModificationCategory Less_Common
public static final ModificationCategory Labeling
public static final ModificationCategory Nucleotide_Substitution_One
public static final ModificationCategory Nucleotide_Substitution_TwoPlus
public static final ModificationCategory Other
public static ModificationCategory[] values()
for (ModificationCategory c : ModificationCategory.values()) System.out.println(c);
public static ModificationCategory 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 String toString()
toString
in class Enum<ModificationCategory>
public static String getCategoriesAsString()
Copyright © 2021. All rights reserved.