Package org.rcsb.cif.schema.mm
Class ExptlCrystalGrow
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ExptlCrystalGrow
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ExptlCrystalGrow
extends DelegatingCategory
Data items in the EXPTL_CRYSTAL_GROW category record details
about the conditions and methods used to grow 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 ExptlCrystalGrow(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetApparatus()The physical apparatus in which the crystal was grown.StrColumngetAtmosphere()The nature of the gas or gas mixture in which the crystal was grown.StrColumngetCrystalId()This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.StrColumngetDetails()A description of special aspects of the crystal growth.StrColumngetMethod()The method used to grow the crystals.StrColumngetMethodRef()A literature reference that describes the method used to grow the crystals.StrColumngetPdbxDetails()Text description of crystal growth procedure.StrColumngetPdbxPHRange()The range of pH values at which the crystal was grown.FloatColumngetPH()The pH at which the crystal was grown.FloatColumngetPressure()The ambient pressure in kilopascals at which the crystal was grown.FloatColumngetPressureEsd()The standard uncertainty (estimated standard deviation) of _exptl_crystal_grow.pressure.StrColumngetSeeding()A description of the protocol used for seeding the crystal growth.StrColumngetSeedingRef()A literature reference that describes the protocol used to seed the crystal.FloatColumngetTemp()The temperature in kelvins at which the crystal was grown.StrColumngetTempDetails()A description of special aspects of temperature control during crystal growth.FloatColumngetTempEsd()The standard uncertainty (estimated standard deviation) of _exptl_crystal_grow.temp.StrColumngetTime()The approximate time that the crystal took to grow to the size used for data collection.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getApparatus
The physical apparatus in which the crystal was grown.- Returns:
- StrColumn
-
getAtmosphere
The nature of the gas or gas mixture in which the crystal was grown.- Returns:
- StrColumn
-
getCrystalId
This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.- Returns:
- StrColumn
-
getDetails
A description of special aspects of the crystal growth.- Returns:
- StrColumn
-
getMethod
The method used to grow the crystals.- Returns:
- StrColumn
-
getMethodRef
A literature reference that describes the method used to grow the crystals.- Returns:
- StrColumn
-
getPH
The pH at which the crystal was grown. If more than one pH was employed during the crystallization process, the final pH should be noted here and the protocol involving multiple pH values should be described in _exptl_crystal_grow.details.- Returns:
- FloatColumn
-
getPressure
The ambient pressure in kilopascals at which the crystal was grown.- Returns:
- FloatColumn
-
getPressureEsd
The standard uncertainty (estimated standard deviation) of _exptl_crystal_grow.pressure.- Returns:
- FloatColumn
-
getSeeding
A description of the protocol used for seeding the crystal growth.- Returns:
- StrColumn
-
getSeedingRef
A literature reference that describes the protocol used to seed the crystal.- Returns:
- StrColumn
-
getTemp
The temperature in kelvins at which the crystal was grown. If more than one temperature was employed during the crystallization process, the final temperature should be noted here and the protocol involving multiple temperatures should be described in _exptl_crystal_grow.details.- Returns:
- FloatColumn
-
getTempDetails
A description of special aspects of temperature control during crystal growth.- Returns:
- StrColumn
-
getTempEsd
The standard uncertainty (estimated standard deviation) of _exptl_crystal_grow.temp.- Returns:
- FloatColumn
-
getTime
The approximate time that the crystal took to grow to the size used for data collection.- Returns:
- StrColumn
-
getPdbxDetails
Text description of crystal growth procedure.- Returns:
- StrColumn
-
getPdbxPHRange
The range of pH values at which the crystal was grown. Used when a point estimate of pH is not appropriate.- Returns:
- StrColumn
-