Class CitationEditor

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class CitationEditor
    extends BaseCategory
    Data items in the CITATION_EDITOR category record details about the editors associated with the books or book chapters cited in the CITATION list.
    • Constructor Detail

      • CitationEditor

        public CitationEditor​(String name,
                              int rowCount,
                              Object[] encodedColumns)
      • CitationEditor

        public CitationEditor​(String name)
    • Method Detail

      • getCitationId

        public StrColumn getCitationId()
        This data item is a pointer to _citation.id in the CITATION category.
        Returns:
        StrColumn
      • getName

        public StrColumn getName()
        Names of an editor of the citation; relevant for books and 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

        public IntColumn getOrdinal()
        This data item defines the order of the editor's name in the list of editors of a citation.
        Returns:
        IntColumn