Package org.rcsb.cif.schema.core
Class DiffrnStandardRefln
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.DiffrnStandardRefln
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnStandardRefln
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items which specify the "standard" reflections
measured repeatedly to monitor variations in intensity due to source
flux, environment conditions or crystal quality.
-
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 DiffrnStandardRefln(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetCode()Code identifying a standard reflection used to monitor source intensity variations or crystal degradation or movement during data collection.StrColumngetDiffrnId()Code identifying a standard reflection used to monitor source intensity variations or crystal degradation or movement during data collection.IntColumngetHkl()Miller indices of a standard reflection.IntColumngetIndexH()The index of a reciprocal space vector.IntColumngetIndexK()The index of a reciprocal space vector.IntColumngetIndexL()The index of a reciprocal space vector.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getHkl
Miller indices of a standard reflection.- Returns:
- IntColumn
-
getIndexH
The index of a reciprocal space vector.- Returns:
- IntColumn
-
getIndexK
The index of a reciprocal space vector.- Returns:
- IntColumn
-
getIndexL
The index of a reciprocal space vector.- Returns:
- IntColumn
-
getDiffrnId
Code identifying a standard reflection used to monitor source intensity variations or crystal degradation or movement during data collection.- Returns:
- StrColumn
-
getCode
Code identifying a standard reflection used to monitor source intensity variations or crystal degradation or movement during data collection.- Returns:
- StrColumn
-