| Package | Description |
|---|---|
| org.biojava.nbio.protmod |
| Modifier and Type | Method and Description |
|---|---|
static ModificationOccurrenceType |
ModificationOccurrenceType.getByLabel(java.lang.String label) |
ModificationOccurrenceType |
ProteinModification.getOccurrenceType() |
ModificationOccurrenceType |
ProteinModificationImpl.getOccurrenceType() |
static ModificationOccurrenceType |
ModificationOccurrenceType.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<ProteinModification> |
ProteinModificationRegistry.getByOccurrenceType(ModificationOccurrenceType occ) |
ProteinModificationImpl.Builder |
ProteinModificationImpl.Builder.setOccurrenceType(ModificationOccurrenceType occType) |
| Constructor and Description |
|---|
Builder(java.lang.String id,
ModificationCategory cat,
ModificationOccurrenceType occType,
ModificationCondition condition) |
Copyright © 2000-2020 BioJava. All Rights Reserved.