Package org.rcsb.cif.schema.mm
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.
-
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 DiffrnStandardRefln(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCode()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.StrColumngetDiffrnId()This data item is a pointer to _diffrn.id in the DIFFRN category.IntColumngetIndexH()Miller index h of a standard reflection used in the diffraction measurement process.IntColumngetIndexK()Miller index k of a standard reflection used in the diffraction measurement process.IntColumngetIndexL()Miller index l of a standard reflection used in the diffraction measurement process.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
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
This data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getIndexH
Miller index h of a standard reflection used in the diffraction measurement process.- Returns:
- IntColumn
-
getIndexK
Miller index k of a standard reflection used in the diffraction measurement process.- Returns:
- IntColumn
-
getIndexL
Miller index l of a standard reflection used in the diffraction measurement process.- Returns:
- IntColumn
-