Package org.rcsb.cif.model.generated
Class PdbxEntityNameTaxonomyTree
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntityNameTaxonomyTree
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntityNameTaxonomyTree extends BaseCategory
Data items in the PDBX_ENTITY_NAME_TAXONOMY_TREE category define the tree structure of the entity name taxonomy.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityNameTaxonomyTree(String name)PdbxEntityNameTaxonomyTree(String name, int rowCount, Object[] encodedColumns)PdbxEntityNameTaxonomyTree(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Constructor Detail
-
PdbxEntityNameTaxonomyTree
public PdbxEntityNameTaxonomyTree(String name, Map<String,Column> columns)
-
PdbxEntityNameTaxonomyTree
public PdbxEntityNameTaxonomyTree(String name, int rowCount, Object[] encodedColumns)
-
PdbxEntityNameTaxonomyTree
public PdbxEntityNameTaxonomyTree(String name)
-
-