| Package | Description |
|---|---|
| org.biojava.bio.structure.io.mmcif.chem | |
| org.biojava.bio.structure.io.mmcif.model |
Datamodel objects used for processing mmcif files.
|
| Modifier and Type | Method and Description |
|---|---|
static ResidueType |
ResidueType.getResidueTypeFromString(java.lang.String chem_comp_type) |
static ResidueType |
ResidueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResidueType[] |
ResidueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResidueType |
ChemComp.getResidueType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChemComp.setResidueType(ResidueType residueType) |