Package org.rcsb.cif.schema.core
Class AuditAuthor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.AuditAuthor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class AuditAuthor
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items used for author(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 AuditAuthor(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetAddress()The address of an author of this data block.StrColumngetName()The name of an author of this data block.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
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
-