Package org.rcsb.cif.schema.mm
Class PdbxExptlCrystalGrowSol
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxExptlCrystalGrowSol
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxExptlCrystalGrowSol
extends DelegatingCategory
Data items in the PDBX_EXPTL_CRYSTAL_GROW_SOL category record
details about the solutions that were 'mixed'
to produce the crystal.
-
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 PdbxExptlCrystalGrowSol(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCrystalId()This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.FloatColumngetPH()The pH of the solution.StrColumngetSolId()An identifier for this solution (e.g.FloatColumngetVolume()The volume of the solution.StrColumngetVolumeUnits()The volume units of the solution.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCrystalId
This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.- Returns:
- StrColumn
-
getSolId
An identifier for this solution (e.g. precipitant, reservoir, macromolecule)- Returns:
- StrColumn
-
getVolume
The volume of the solution.- Returns:
- FloatColumn
-
getVolumeUnits
The volume units of the solution.- Returns:
- StrColumn
-
getPH
The pH of the solution.- Returns:
- FloatColumn
-