Package org.rcsb.cif.schema.core
Class JournalIndex
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.JournalIndex
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class JournalIndex
extends DelegatingCategory.DelegatingCifCoreCategory
Category of items describing publication indices.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description JournalIndex(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description IntColumngetId()Index number identifier of the JOURNAL_INDEX category.StrColumngetSubterm()Sub-term index assigned for the publication.StrColumngetTerm()Term index assigned for the publication.StrColumngetType()Type of index assigned for the publication.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getId
Index number identifier of the JOURNAL_INDEX category.- Returns:
- IntColumn
-
getSubterm
Sub-term index assigned for the publication.- Returns:
- StrColumn
-
getTerm
Term index assigned for the publication.- Returns:
- StrColumn
-
getType
Type of index assigned for the publication.- Returns:
- StrColumn
-