Package org.rcsb.cif.model.generated
Class PdbxDrugInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDrugInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDrugInfo extends BaseCategory
Data items in the PDBX_DRUG_INFO category are still used until the 'entity' categories are entered into the database, even though the information is repeated.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDrugInfo(String name)PdbxDrugInfo(String name, int rowCount, Object[] encodedColumns)PdbxDrugInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetId()Serial number.StrColumngetName()Common name of drug.IntColumngetNumOfWholeMolecule()Number of drug molecules per biological unit.IntColumngetNumPerAsymUnit()Number of drug molecules per asymmetric unit.StrColumngetSizeOfMoleculePerAsymUnit()Size of drug molecules per asymmetric unit.-
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()
Serial number.- Returns:
- StrColumn
-
getName
public StrColumn getName()
Common name of drug.- Returns:
- StrColumn
-
getNumPerAsymUnit
public IntColumn getNumPerAsymUnit()
Number of drug molecules per asymmetric unit.- Returns:
- IntColumn
-
getNumOfWholeMolecule
public IntColumn getNumOfWholeMolecule()
Number of drug molecules per biological unit.- Returns:
- IntColumn
-
getSizeOfMoleculePerAsymUnit
public StrColumn getSizeOfMoleculePerAsymUnit()
Size of drug molecules per asymmetric unit.- Returns:
- StrColumn
-
-