Package org.rcsb.cif.model.generated
Class CellMeasurement
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.CellMeasurement
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class CellMeasurement extends BaseCategory
Data items in the CELL_MEASUREMENT category record details about the measurement of the crystallographic cell parameters.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description CellMeasurement(String name)CellMeasurement(String name, int rowCount, Object[] encodedColumns)CellMeasurement(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getPressure
public FloatColumn 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
public FloatColumn getPressureEsd()
The standard uncertainty (estimated standard deviation) of _cell_measurement.pressure.- Returns:
- FloatColumn
-
getRadiation
public StrColumn getRadiation()
Description of the radiation used to measure the unit-cell data. See also _cell_measurement.wavelength.- Returns:
- StrColumn
-
getReflnsUsed
public IntColumn 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
public FloatColumn getTemp()
The temperature in kelvins at which the unit-cell parameters were measured (not the temperature of synthesis).- Returns:
- FloatColumn
-
getTempEsd
public FloatColumn getTempEsd()
The standard uncertainty (estimated standard deviation) of _cell_measurement.temp.- Returns:
- FloatColumn
-
getThetaMax
public FloatColumn getThetaMax()
The maximum theta angle of reflections used to measure the unit cell in degrees.- Returns:
- FloatColumn
-
getThetaMin
public FloatColumn getThetaMin()
The minimum theta angle of reflections used to measure the unit cell in degrees.- Returns:
- FloatColumn
-
getWavelength
public 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
-
-