Package org.rcsb.cif.schema.mm
Class Entry
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.Entry
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Entry
extends DelegatingCategory
There is only one item in the ENTRY category, _entry.id. This
data item gives a name to this entry and is indirectly a key to
the categories (such as CELL, GEOM, EXPTL) that describe
information pertinent to the entire data block.
-
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
-
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetId()The value of _entry.id identifies the data block.StrColumngetPdbxDOI()Document Object Identifier (DOI) for this entry registered with http://crossref.org.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _entry.id identifies the data block. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getPdbxDOI
Document Object Identifier (DOI) for this entry registered with http://crossref.org.- Returns:
- StrColumn
-