Package org.rcsb.cif.model.generated
Class PdbxChemCompAtomFeature
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxChemCompAtomFeature
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxChemCompAtomFeature extends BaseCategory
Data items in the PDBX_CHEM_COMP_ATOM_FEATURE category provide a selected list of atom level features for the chemical component.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxChemCompAtomFeature(String name)PdbxChemCompAtomFeature(String name, int rowCount, Object[] encodedColumns)PdbxChemCompAtomFeature(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAtomId()The identifier for the target atom to which the feature is assigned.StrColumngetCompId()This data item is a pointer to _pdbx_chem_comp_import.comp_id in the CHEM_COMP category.StrColumngetFeatureType()The feature assigned to this atom.-
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
-
getCompId
public StrColumn getCompId()
This data item is a pointer to _pdbx_chem_comp_import.comp_id in the CHEM_COMP category.- Returns:
- StrColumn
-
getAtomId
public StrColumn getAtomId()
The identifier for the target atom to which the feature is assigned.- Returns:
- StrColumn
-
getFeatureType
public StrColumn getFeatureType()
The feature assigned to this atom.- Returns:
- StrColumn
-
-