Package org.rcsb.cif.model.generated
Class ExptlCrystalGrow
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.ExptlCrystalGrow
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class ExptlCrystalGrow extends BaseCategory
Data items in the EXPTL_CRYSTAL_GROW category record details about the conditions and methods used to grow the crystal.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description ExptlCrystalGrow(String name)ExptlCrystalGrow(String name, int rowCount, Object[] encodedColumns)ExptlCrystalGrow(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getApparatus
public StrColumn getApparatus()
The physical apparatus in which the crystal was grown.- Returns:
- StrColumn
-
getAtmosphere
public StrColumn getAtmosphere()
The nature of the gas or gas mixture in which the crystal was grown.- Returns:
- StrColumn
-
getCrystalId
public StrColumn getCrystalId()
This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
A description of special aspects of the crystal growth.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
The method used to grow the crystals.- Returns:
- StrColumn
-
getMethodRef
public StrColumn getMethodRef()
A literature reference that describes the method used to grow the crystals.- Returns:
- StrColumn
-
getPH
public FloatColumn 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
public FloatColumn getPressure()
The ambient pressure in kilopascals at which the crystal was grown.- Returns:
- FloatColumn
-
getPressureEsd
public FloatColumn getPressureEsd()
The standard uncertainty (estimated standard deviation) of _exptl_crystal_grow.pressure.- Returns:
- FloatColumn
-
getSeeding
public StrColumn getSeeding()
A description of the protocol used for seeding the crystal growth.- Returns:
- StrColumn
-
getSeedingRef
public StrColumn getSeedingRef()
A literature reference that describes the protocol used to seed the crystal.- Returns:
- StrColumn
-
getTemp
public FloatColumn 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
public StrColumn getTempDetails()
A description of special aspects of temperature control during crystal growth.- Returns:
- StrColumn
-
getTempEsd
public FloatColumn getTempEsd()
The standard uncertainty (estimated standard deviation) of _exptl_crystal_grow.temp.- Returns:
- FloatColumn
-
getTime
public StrColumn getTime()
The approximate time that the crystal took to grow to the size used for data collection.- Returns:
- StrColumn
-
getPdbxDetails
public StrColumn getPdbxDetails()
Text description of crystal growth procedure.- Returns:
- StrColumn
-
getPdbxPHRange
public 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
-
-