Package org.rcsb.cif.schema.mm
Class IhmLigandProbe
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmLigandProbe
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmLigandProbe
extends DelegatingCategory
Data items in the IHM_LIGAND_PROBE category identifies
non-polymeric entities (ligands) that are used as probes.
-
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 IhmLigandProbe(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetDatasetListId()An identifier for the experimental dataset corresponding to the ligand probe.StrColumngetDetails()Additional details regarding the ligand probe.StrColumngetEntityId()The entity id of the ligand.IntColumngetProbeId()An identifier for the probe.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getProbeId
An identifier for the probe. This data item is a pointer to _ihm_probe_list.probe_id in the IHM_PROBE_LIST category.- Returns:
- IntColumn
-
getEntityId
The entity id of the ligand. This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getDetails
Additional details regarding the ligand probe.- Returns:
- StrColumn
-
getDatasetListId
An identifier for the experimental dataset corresponding to the ligand probe. This data item is a pointer to _ihm_dataset_list.id in the IHM_DATASET_LIST category.- Returns:
- IntColumn
-