Package org.rcsb.cif.schema.mm
Class IhmChemicalComponentDescriptor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmChemicalComponentDescriptor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmChemicalComponentDescriptor
extends DelegatingCategory
Data items in the IHM_CHEMICAL_COMPONENT_DESCRIPTOR category records the
details of the chemical descriptors of various non-polymeric
chemical components (fluorescent probes, crosslinking agents etc.)
used in the experiments.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description IhmChemicalComponentDescriptor(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthName()The author-provided name of the component.StrColumngetChemicalName()The chemical name of the component.StrColumngetCommonName()The common name of the component.StrColumngetDetails()Additional details regarding the chemical component.IntColumngetId()An identifier for the chemical descriptor.StrColumngetInchi()The IUPAC INCHI descriptor of the component.StrColumngetInchiKey()The hashed INCHI key of the component.StrColumngetSmiles()The smile string of the component.StrColumngetSmilesCanonical()The canonical smile string of the component.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
An identifier for the chemical descriptor.- Returns:
- IntColumn
-
getChemicalName
The chemical name of the component.- Returns:
- StrColumn
-
getCommonName
The common name of the component.- Returns:
- StrColumn
-
getAuthName
The author-provided name of the component.- Returns:
- StrColumn
-
getSmiles
The smile string of the component.- Returns:
- StrColumn
-
getSmilesCanonical
The canonical smile string of the component.- Returns:
- StrColumn
-
getInchi
The IUPAC INCHI descriptor of the component.- Returns:
- StrColumn
-
getInchiKey
The hashed INCHI key of the component.- Returns:
- StrColumn
-
getDetails
Additional details regarding the chemical component.- Returns:
- StrColumn
-