Package org.rcsb.cif.schema.mm
Class IhmProbeList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmProbeList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmProbeList
extends DelegatingCategory
Data items in the IHM_PROBE_LIST category records the
list of probes used in the experiment.
-
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 IhmProbeList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetProbeChemCompDescriptorId()The identifier for the chemical descriptor of the probe.IntColumngetProbeId()A unique identifier for the category.StrColumngetProbeLinkType()The type of link between the probe and the biomolecule.StrColumngetProbeName()Author provided name for the probe.StrColumngetProbeOrigin()The origin of the probe.IntColumngetReactiveProbeChemCompDescriptorId()The identifier for the chemical descriptor of the reactive probe.StrColumngetReactiveProbeFlag()Indicate whether the probe has a reactive form.StrColumngetReactiveProbeName()Author provided name for the reactive_probe, if applicable.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getProbeId
A unique identifier for the category.- Returns:
- IntColumn
-
getProbeName
Author provided name for the probe.- Returns:
- StrColumn
-
getReactiveProbeFlag
Indicate whether the probe has a reactive form.- Returns:
- StrColumn
-
getReactiveProbeName
Author provided name for the reactive_probe, if applicable.- Returns:
- StrColumn
-
getProbeOrigin
The origin of the probe.- Returns:
- StrColumn
-
getProbeLinkType
The type of link between the probe and the biomolecule.- Returns:
- StrColumn
-
getProbeChemCompDescriptorId
The identifier for the chemical descriptor of the probe. This data item is a pointer to _ihm_chemical_component_descriptor.id in the IHM_CHEMICAL_COMPONENT_DESCRIPTOR category.- Returns:
- IntColumn
-
getReactiveProbeChemCompDescriptorId
The identifier for the chemical descriptor of the reactive probe. This data item is a pointer to _ihm_chemical_component_descriptor.id in the IHM_CHEMICAL_COMPONENT_DESCRIPTOR category.- Returns:
- IntColumn
-