Uses of Enum Class
org.biojava.nbio.protmod.ModificationOccurrenceType
Packages that use ModificationOccurrenceType
-
Uses of ModificationOccurrenceType in org.biojava.nbio.protmod
Methods in org.biojava.nbio.protmod that return ModificationOccurrenceTypeModifier and TypeMethodDescriptionstatic ModificationOccurrenceTypeModificationOccurrenceType.getByLabel(String label) ProteinModification.getOccurrenceType()ProteinModificationImpl.getOccurrenceType()static ModificationOccurrenceTypeReturns the enum constant of this class with the specified name.static ModificationOccurrenceType[]ModificationOccurrenceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.biojava.nbio.protmod with parameters of type ModificationOccurrenceTypeModifier and TypeMethodDescriptionstatic Set<ProteinModification> ProteinModificationRegistry.getByOccurrenceType(ModificationOccurrenceType occ) ProteinModificationImpl.Builder.setOccurrenceType(ModificationOccurrenceType occType) Constructors in org.biojava.nbio.protmod with parameters of type ModificationOccurrenceTypeModifierConstructorDescriptionBuilder(String id, ModificationCategory cat, ModificationOccurrenceType occType, ModificationCondition condition)