Package org.rcsb.cif.schema.mm
Class AuditAuthor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.AuditAuthor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class AuditAuthor
extends DelegatingCategory
Data items in the AUDIT_AUTHOR category record details about
the author(s) of the 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
Constructors Constructor Description AuditAuthor(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAddress()The address of an author of this data block.StrColumngetIdentifierORCID()The Open Researcher and Contributor ID (ORCID).StrColumngetName()The name of an author of this data block.IntColumngetPdbxOrdinal()This data item defines the order of the author's name in the list of audit authors.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAddress
The address of an author of this data block. If there are multiple authors, _audit_author.address is looped with _audit_author.name.- Returns:
- StrColumn
-
getName
The name of an author of this data block. If there are multiple authors, _audit_author.name is looped with _audit_author.address. The family name(s), followed by a comma and including any dynastic components, precedes the first name(s) or initial(s).- Returns:
- StrColumn
-
getPdbxOrdinal
This data item defines the order of the author's name in the list of audit authors.- Returns:
- IntColumn
-
getIdentifierORCID
The Open Researcher and Contributor ID (ORCID).- Returns:
- StrColumn
-