Uses of Class
org.biojava.nbio.protmod.ModificationOccurrenceType
-
Packages that use ModificationOccurrenceType Package Description org.biojava.nbio.protmod -
-
Uses of ModificationOccurrenceType in org.biojava.nbio.protmod
Methods in org.biojava.nbio.protmod that return ModificationOccurrenceType Modifier and Type Method Description static ModificationOccurrenceTypeModificationOccurrenceType. getByLabel(String label)ModificationOccurrenceTypeProteinModification. getOccurrenceType()ModificationOccurrenceTypeProteinModificationImpl. getOccurrenceType()static ModificationOccurrenceTypeModificationOccurrenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModificationOccurrenceType[]ModificationOccurrenceType. 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 ModificationOccurrenceType Modifier and Type Method Description static Set<ProteinModification>ProteinModificationRegistry. getByOccurrenceType(ModificationOccurrenceType occ)ProteinModificationImpl.BuilderProteinModificationImpl.Builder. setOccurrenceType(ModificationOccurrenceType occType)Constructors in org.biojava.nbio.protmod with parameters of type ModificationOccurrenceType Constructor Description Builder(String id, ModificationCategory cat, ModificationOccurrenceType occType, ModificationCondition condition)
-