Package org.rcsb.cif.schema.mm
Class AtomSitesAltEns
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.AtomSitesAltEns
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class AtomSitesAltEns
extends DelegatingCategory
Data items in the ATOM_SITES_ALT_ENS category record details
about the ensemble structure generated from atoms with various
alternative conformation IDs.
-
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 AtomSitesAltEns(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of the ensemble structure generated from atoms with various alternative IDs.StrColumngetId()The value of _atom_sites_alt_ens.id must uniquely identify a record in the ATOM_SITES_ALT_ENS list.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
A description of special aspects of the ensemble structure generated from atoms with various alternative IDs.- Returns:
- StrColumn
-
getId
The value of _atom_sites_alt_ens.id must uniquely identify a record in the ATOM_SITES_ALT_ENS list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-