Package | Description |
---|---|
org.biojava.nbio.protmod |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static Set<ProteinModification> |
ProteinModificationRegistry.getByCategory(ModificationCategory cat) |
ProteinModificationImpl.Builder |
ProteinModificationImpl.Builder.setCategory(ModificationCategory cat) |
Constructor and Description |
---|
Builder(String id,
ModificationCategory cat,
ModificationOccurrenceType occType,
ModificationCondition condition) |
Copyright © 2000–2018 BioJava. All rights reserved.