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