Class DiffrnStandardRefln

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.DiffrnStandardRefln
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnStandardRefln
extends DelegatingCategory
Data items in the DIFFRN_STANDARD_REFLN category record details about the reflections treated as standards during the measurement of a set of diffraction intensities. Note that these are the individual standard reflections, not the results of the analysis of the standard reflections.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getCode

      public StrColumn getCode()
      The code identifying a reflection measured as a standard reflection with the indices _diffrn_standard_refln.index_h, _diffrn_standard_refln.index_k and _diffrn_standard_refln.index_l. This is the same code as the _diffrn_refln.standard_code in the DIFFRN_REFLN list.
      Returns:
      StrColumn
    • getDiffrnId

      public StrColumn getDiffrnId()
      This data item is a pointer to _diffrn.id in the DIFFRN category.
      Returns:
      StrColumn
    • getIndexH

      public IntColumn getIndexH()
      Miller index h of a standard reflection used in the diffraction measurement process.
      Returns:
      IntColumn
    • getIndexK

      public IntColumn getIndexK()
      Miller index k of a standard reflection used in the diffraction measurement process.
      Returns:
      IntColumn
    • getIndexL

      public IntColumn getIndexL()
      Miller index l of a standard reflection used in the diffraction measurement process.
      Returns:
      IntColumn