Package org.rcsb.cif.schema.core
Class CitationEditor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.CitationEditor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class CitationEditor
extends DelegatingCategory.DelegatingCifCoreCategory
Category of items describing citation editor(s) details.
-
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 CitationEditor(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetCitationId()Code identifier in the CITATION list.StrColumngetId()Value is a unique key to a set of CITATION_EDITOR items in a looped list.StrColumngetName()Name of citation editor; relevant for book chapters.IntColumngetOrdinal()This data item defines the order of the editor's name in the list of editors of a citation.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getCitationId
Code identifier in the CITATION list. The value must match an identifier specified by _citation.id in the CITATION list.- Returns:
- StrColumn
-
getId
Value is a unique key to a set of CITATION_EDITOR items in a looped list.- Returns:
- StrColumn
-
getName
Name of citation editor; relevant for book chapters. The family name(s), followed by a comma and including any dynastic components, precedes the first name(s) or initial(s).- Returns:
- StrColumn
-
getOrdinal
This data item defines the order of the editor's name in the list of editors of a citation.- Returns:
- IntColumn
-