Uses of Class
org.biojava.nbio.protmod.ModificationCategory
-
Packages that use ModificationCategory Package Description org.biojava.nbio.protmod -
-
Uses of ModificationCategory in org.biojava.nbio.protmod
Methods in org.biojava.nbio.protmod that return ModificationCategory Modifier and Type Method Description static ModificationCategory
ModificationCategory. getByLabel(String label)
ModificationCategory
ProteinModification. getCategory()
ModificationCategory
ProteinModificationImpl. getCategory()
static ModificationCategory
ModificationCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModificationCategory[]
ModificationCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.protmod with parameters of type ModificationCategory Modifier and Type Method Description static Set<ProteinModification>
ProteinModificationRegistry. getByCategory(ModificationCategory cat)
ProteinModificationImpl.Builder
ProteinModificationImpl.Builder. setCategory(ModificationCategory cat)
Constructors in org.biojava.nbio.protmod with parameters of type ModificationCategory Constructor Description Builder(String id, ModificationCategory cat, ModificationOccurrenceType occType, ModificationCondition condition)
-