Package org.rcsb.cif.model.generated
Class DiffrnStandardRefln
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.DiffrnStandardRefln
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class DiffrnStandardRefln extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description DiffrnStandardRefln(String name)DiffrnStandardRefln(String name, int rowCount, Object[] encodedColumns)DiffrnStandardRefln(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
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
-
-