Package org.rcsb.cif.schema.core
Class DiffrnRadiationWavelength
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.DiffrnRadiationWavelength
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnRadiationWavelength
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items which specify the wavelength of the
radiation used in measuring diffraction intensities. Items may be
looped to identify and assign weights to distinct wavelength
components from a polychromatic beam.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description DiffrnRadiationWavelength(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetDetails()Information about the determination of the radiation diffrn_radiation_wavelength that is not conveyed completely by an enumerated value of _diffrn_radiation_wavelength.determination.StrColumngetDetermination()Method by which the radiation wavelength was determined.StrColumngetId()Code identifying a radiation used in the diffraction measurements.FloatColumngetValue()Wavelength of radiation used in diffraction measurements.FloatColumngetValueSu()Standard uncertainty of the wavelength of radiation used in diffraction measurements.FloatColumngetWavelength()Wavelength of radiation used in diffraction measurements.FloatColumngetWavelengthSu()Standard uncertainty of the wavelength of radiation used in diffraction measurements.FloatColumngetWt()Relative intensity of a radiation used in the diffraction measurements.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getWt
Relative intensity of a radiation used in the diffraction measurements.- Returns:
- FloatColumn
-
getDetails
Information about the determination of the radiation diffrn_radiation_wavelength that is not conveyed completely by an enumerated value of _diffrn_radiation_wavelength.determination.- Returns:
- StrColumn
-
getDetermination
Method by which the radiation wavelength was determined.- Returns:
- StrColumn
-
getId
Code identifying a radiation used in the diffraction measurements. This is linked to _diffrn_refln.wavelength_id and _refln.wavelength_id- Returns:
- StrColumn
-
getWavelength
Wavelength of radiation used in diffraction measurements.- Returns:
- FloatColumn
-
getValue
Wavelength of radiation used in diffraction measurements.- Returns:
- FloatColumn
-
getWavelengthSu
Standard uncertainty of the wavelength of radiation used in diffraction measurements.- Returns:
- FloatColumn
-
getValueSu
Standard uncertainty of the wavelength of radiation used in diffraction measurements.- Returns:
- FloatColumn
-