Package org.rcsb.cif.schema.mm
Class JournalIndex
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.JournalIndex
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class JournalIndex
extends DelegatingCategory
Data items in the JOURNAL_INDEX category are used to list terms
used to generate the journal indexes.
The creator of a data block will not normally specify these data
items.
-
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 JournalIndex(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetSubterm()Journal index data items are defined by the journal staff.StrColumngetTerm()Journal index data items are defined by the journal staff.StrColumngetType()Journal index data items are defined by the journal staff.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getSubterm
Journal index data items are defined by the journal staff.- Returns:
- StrColumn
-
getTerm
Journal index data items are defined by the journal staff.- Returns:
- StrColumn
-
getType
Journal index data items are defined by the journal staff.- Returns:
- StrColumn
-