Package org.rcsb.cif.model.generated
Class DiffrnRadiationWavelength
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.DiffrnRadiationWavelength
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class DiffrnRadiationWavelength extends BaseCategory
Data items in the DIFFRN_RADIATION_WAVELENGTH category describe the wavelength of the radiation used to measure the diffraction intensities. Items may be looped to identify and assign weights to distinct components of a polychromatic beam.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description DiffrnRadiationWavelength(String name)DiffrnRadiationWavelength(String name, int rowCount, Object[] encodedColumns)DiffrnRadiationWavelength(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetId()The code identifying each value of _diffrn_radiation_wavelength.wavelength.FloatColumngetWavelength()The radiation wavelength in angstroms.FloatColumngetWt()The relative weight of a wavelength identified by the code _diffrn_radiation_wavelength.id in the list of wavelengths.-
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
-
-
-
-
Constructor Detail
-
DiffrnRadiationWavelength
public DiffrnRadiationWavelength(String name, Map<String,Column> columns)
-
DiffrnRadiationWavelength
public DiffrnRadiationWavelength(String name, int rowCount, Object[] encodedColumns)
-
DiffrnRadiationWavelength
public DiffrnRadiationWavelength(String name)
-
-
Method Detail
-
getId
public StrColumn getId()
The code identifying each value of _diffrn_radiation_wavelength.wavelength. Items in the DIFFRN_RADIATION_WAVELENGTH category are looped when multiple wavelengths are used. This code is used to link with the DIFFRN_REFLN category. The _diffrn_refln.wavelength_id codes must match one of the codes defined in this category.- Returns:
- StrColumn
-
getWavelength
public FloatColumn getWavelength()
The radiation wavelength in angstroms.- Returns:
- FloatColumn
-
getWt
public FloatColumn getWt()
The relative weight of a wavelength identified by the code _diffrn_radiation_wavelength.id in the list of wavelengths.- Returns:
- FloatColumn
-
-