Package org.rcsb.cif.model.generated
Class PdbxEntityNameTaxonomy
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntityNameTaxonomy
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntityNameTaxonomy extends BaseCategory
Data items in the PDBX_ENTITY_NAME_TAXONOMY category define the names and synonyms of the entity name taxonomy.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityNameTaxonomy(String name)PdbxEntityNameTaxonomy(String name, int rowCount, Object[] encodedColumns)PdbxEntityNameTaxonomy(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
-
-
Method Detail
-
getId
public StrColumn getId()
This data item holds an node identifier in the entity name taxonomy tree.- Returns:
- StrColumn
-
getName
public StrColumn getName()
This data item holds an entity name or synonym.- Returns:
- StrColumn
-
getNameType
public StrColumn getNameType()
This data item classifies the entity name within a taxonomic node.- Returns:
- StrColumn
-
-