Package org.rcsb.cif.schema.mm
Class PdbxEntityNameTaxonomy
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntityNameTaxonomy
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntityNameTaxonomy
extends DelegatingCategory
Data items in the PDBX_ENTITY_NAME_TAXONOMY category
define the names and synonyms of the entity name taxonomy.
-
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 PdbxEntityNameTaxonomy(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetId()This data item holds an node identifier in the entity name taxonomy tree.StrColumngetName()This data item holds an entity name or synonym.StrColumngetNameType()This data item classifies the entity name within a taxonomic node.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
This data item holds an node identifier in the entity name taxonomy tree.- Returns:
- StrColumn
-
getName
This data item holds an entity name or synonym.- Returns:
- StrColumn
-
getNameType
This data item classifies the entity name within a taxonomic node.- Returns:
- StrColumn
-