Package org.rcsb.cif.model.generated
Class PdbxChemCompSynonyms
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxChemCompSynonyms
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxChemCompSynonyms extends BaseCategory
PDBX_CHEM_COMP_SYNONYMS holds chemical name and synonym correspondences.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxChemCompSynonyms(String name)PdbxChemCompSynonyms(String name, int rowCount, Object[] encodedColumns)PdbxChemCompSynonyms(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCompId()The chemical component for which this synonym applies.StrColumngetName()The synonym of this particular chemical component.StrColumngetProvenance()The provenance of this synonym.-
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
-
getName
public StrColumn getName()
The synonym of this particular chemical component.- Returns:
- StrColumn
-
getCompId
public StrColumn getCompId()
The chemical component for which this synonym applies.- Returns:
- StrColumn
-
getProvenance
public StrColumn getProvenance()
The provenance of this synonym.- Returns:
- StrColumn
-
-