Package org.rcsb.cif.schema.mm
Class CellMeasurement
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.CellMeasurement
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class CellMeasurement
extends DelegatingCategory
Data items in the CELL_MEASUREMENT category record details
about the measurement of the crystallographic cell parameters.
-
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 CellMeasurement(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.FloatColumngetPressure()The pressure in kilopascals at which the unit-cell parameters were measured (not the pressure at which the sample was synthesized).FloatColumngetPressureEsd()The standard uncertainty (estimated standard deviation) of _cell_measurement.pressure.StrColumngetRadiation()Description of the radiation used to measure the unit-cell data.IntColumngetReflnsUsed()The total number of reflections used to determine the unit cell.FloatColumngetTemp()The temperature in kelvins at which the unit-cell parameters were measured (not the temperature of synthesis).FloatColumngetTempEsd()The standard uncertainty (estimated standard deviation) of _cell_measurement.temp.FloatColumngetThetaMax()The maximum theta angle of reflections used to measure the unit cell in degrees.FloatColumngetThetaMin()The minimum theta angle of reflections used to measure the unit cell in degrees.FloatColumngetWavelength()The wavelength in angstroms of the radiation used to measure the unit cell.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getPressure
The pressure in kilopascals at which the unit-cell parameters were measured (not the pressure at which the sample was synthesized).- Returns:
- FloatColumn
-
getPressureEsd
The standard uncertainty (estimated standard deviation) of _cell_measurement.pressure.- Returns:
- FloatColumn
-
getRadiation
Description of the radiation used to measure the unit-cell data. See also _cell_measurement.wavelength.- Returns:
- StrColumn
-
getReflnsUsed
The total number of reflections used to determine the unit cell. These reflections may be specified as CELL_MEASUREMENT_REFLN data items.- Returns:
- IntColumn
-
getTemp
The temperature in kelvins at which the unit-cell parameters were measured (not the temperature of synthesis).- Returns:
- FloatColumn
-
getTempEsd
The standard uncertainty (estimated standard deviation) of _cell_measurement.temp.- Returns:
- FloatColumn
-
getThetaMax
The maximum theta angle of reflections used to measure the unit cell in degrees.- Returns:
- FloatColumn
-
getThetaMin
The minimum theta angle of reflections used to measure the unit cell in degrees.- Returns:
- FloatColumn
-
getWavelength
The wavelength in angstroms of the radiation used to measure the unit cell. If this is not specified, the wavelength is assumed to be that specified in the category DIFFRN_RADIATION_WAVELENGTH.- Returns:
- FloatColumn
-