Package org.rcsb.cif.schema.mm
Class PdbxEntityNameTaxonomyTree
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntityNameTaxonomyTree
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntityNameTaxonomyTree
extends DelegatingCategory
Data items in the PDBX_ENTITY_NAME_TAXONOMY_TREE category
define the tree structure 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 PdbxEntityNameTaxonomyTree(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetId()This data item identifies a node in the entity name taxonomy.StrColumngetParentId()This data item identifies the nearest parent node in the entity name taxonomy.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 identifies a node in the entity name taxonomy.- Returns:
- StrColumn
-
getParentId
This data item identifies the nearest parent node in the entity name taxonomy.- Returns:
- StrColumn
-