Package org.rcsb.cif.schema.mm
Class AtomSitesAltGen
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.AtomSitesAltGen
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class AtomSitesAltGen
extends DelegatingCategory
Data items in the ATOM_SITES_ALT_GEN category record details
about the interpretation of multiple conformations in the
structure.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description AtomSitesAltGen(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAltId()This data item is a pointer to _atom_sites_alt.id in the ATOM_SITES_ALT category.StrColumngetEnsId()This data item is a pointer to _atom_sites_alt_ens.id in the ATOM_SITES_ALT_ENS category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAltId
This data item is a pointer to _atom_sites_alt.id in the ATOM_SITES_ALT category.- Returns:
- StrColumn
-
getEnsId
This data item is a pointer to _atom_sites_alt_ens.id in the ATOM_SITES_ALT_ENS category.- Returns:
- StrColumn
-