Package org.rcsb.cif.model.generated
Class PdbxChemCompModelDescriptor
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxChemCompModelDescriptor
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxChemCompModelDescriptor extends BaseCategory
Data items in the CHEM_COMP_MODEL_DESCRIPTOR category provide string descriptors for component model structures.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxChemCompModelDescriptor(String name)PdbxChemCompModelDescriptor(String name, int rowCount, Object[] encodedColumns)PdbxChemCompModelDescriptor(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDescriptor()This data item contains the descriptor value for this component.StrColumngetModelId()This data item is a pointer to _pdbx_chem_comp_model.id in the PDBX_CHEM_COMP_MODEL category.StrColumngetType()This data item contains the descriptor type.-
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
-
PdbxChemCompModelDescriptor
public PdbxChemCompModelDescriptor(String name, Map<String,Column> columns)
-
PdbxChemCompModelDescriptor
public PdbxChemCompModelDescriptor(String name, int rowCount, Object[] encodedColumns)
-
PdbxChemCompModelDescriptor
public PdbxChemCompModelDescriptor(String name)
-
-
Method Detail
-
getModelId
public StrColumn getModelId()
This data item is a pointer to _pdbx_chem_comp_model.id in the PDBX_CHEM_COMP_MODEL category.- Returns:
- StrColumn
-
getDescriptor
public StrColumn getDescriptor()
This data item contains the descriptor value for this component.- Returns:
- StrColumn
-
getType
public StrColumn getType()
This data item contains the descriptor type.- Returns:
- StrColumn
-
-