Package org.rcsb.cif.schema.mm
Class CellMeasurementRefln
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.CellMeasurementRefln
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class CellMeasurementRefln
extends DelegatingCategory
Data items in the CELL_MEASUREMENT_REFLN category record
details about the reflections used to determine the
crystallographic cell parameters.
The CELL_MEASUREMENT_REFLN data items would in general be used
only for diffractometer data.
-
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 CellMeasurementRefln(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetIndexH()Miller index h of a reflection used for measurement of the unit cell.IntColumngetIndexK()Miller index k of a reflection used for measurement of the unit cell.IntColumngetIndexL()Miller index l of a reflection used for measurement of the unit cell.FloatColumngetTheta()Theta angle for a reflection used for measurement of the unit cell in degrees.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getIndexH
Miller index h of a reflection used for measurement of the unit cell.- Returns:
- IntColumn
-
getIndexK
Miller index k of a reflection used for measurement of the unit cell.- Returns:
- IntColumn
-
getIndexL
Miller index l of a reflection used for measurement of the unit cell.- Returns:
- IntColumn
-
getTheta
Theta angle for a reflection used for measurement of the unit cell in degrees.- Returns:
- FloatColumn
-