Package org.rcsb.cif.schema.mm
Class PdbxDomain
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDomain
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDomain
extends DelegatingCategory
Data items in the PDBX_DOMAIN category record information
about domain definitions.
A domain need not correspond to a completely polypeptide chain;
it can be composed of one or more segments in a single chain,
or by segments from more than one chain.
-
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 PdbxDomain(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of the structural elements that comprise a domain.StrColumngetId()The value of _pdbx_domain.id must uniquely identify a record in the PDBX_DOMAIN 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 structural elements that comprise a domain.- Returns:
- StrColumn
-
getId
The value of _pdbx_domain.id must uniquely identify a record in the PDBX_DOMAIN list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-