Package org.rcsb.cif.schema.mm
Class DiffrnRadiationWavelength
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.DiffrnRadiationWavelength
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnRadiationWavelength
extends DelegatingCategory
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.
-
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 DiffrnRadiationWavelength(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
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
The radiation wavelength in angstroms.- Returns:
- FloatColumn
-
getWt
The relative weight of a wavelength identified by the code _diffrn_radiation_wavelength.id in the list of wavelengths.- Returns:
- FloatColumn
-