Package org.rcsb.cif.model.generated
Class CellMeasurementRefln
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.CellMeasurementRefln
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class CellMeasurementRefln extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description CellMeasurementRefln(String name)CellMeasurementRefln(String name, int rowCount, Object[] encodedColumns)CellMeasurementRefln(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getIndexH
public IntColumn getIndexH()
Miller index h of a reflection used for measurement of the unit cell.- Returns:
- IntColumn
-
getIndexK
public IntColumn getIndexK()
Miller index k of a reflection used for measurement of the unit cell.- Returns:
- IntColumn
-
getIndexL
public IntColumn getIndexL()
Miller index l of a reflection used for measurement of the unit cell.- Returns:
- IntColumn
-
getTheta
public FloatColumn getTheta()
Theta angle for a reflection used for measurement of the unit cell in degrees.- Returns:
- FloatColumn
-
-