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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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