Package org.rcsb.cif.schema.mm
Class ExptlCrystalFace
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ExptlCrystalFace
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ExptlCrystalFace
extends DelegatingCategory
Data items in the EXPTL_CRYSTAL_FACE category record details
of the crystal faces.
-
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 ExptlCrystalFace(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCrystalId()This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.FloatColumngetDiffrChi()The chi diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.FloatColumngetDiffrKappa()The kappa diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.FloatColumngetDiffrPhi()The phi diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.FloatColumngetDiffrPsi()The psi diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.IntColumngetIndexH()Miller index h of the crystal face associated with the value _exptl_crystal_face.perp_dist.IntColumngetIndexK()Miller index k of the crystal face associated with the value _exptl_crystal_face.perp_dist.IntColumngetIndexL()Miller index l of the crystal face associated with the value _exptl_crystal_face.perp_dist.FloatColumngetPerpDist()The perpendicular distance in millimetres from the face to the centre of rotation of the crystal.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCrystalId
This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.- Returns:
- StrColumn
-
getDiffrChi
The chi diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.- Returns:
- FloatColumn
-
getDiffrKappa
The kappa diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.- Returns:
- FloatColumn
-
getDiffrPhi
The phi diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.- Returns:
- FloatColumn
-
getDiffrPsi
The psi diffractometer setting angle in degrees for a specific crystal face associated with _exptl_crystal_face.perp_dist.- Returns:
- FloatColumn
-
getIndexH
Miller index h of the crystal face associated with the value _exptl_crystal_face.perp_dist.- Returns:
- IntColumn
-
getIndexK
Miller index k of the crystal face associated with the value _exptl_crystal_face.perp_dist.- Returns:
- IntColumn
-
getIndexL
Miller index l of the crystal face associated with the value _exptl_crystal_face.perp_dist.- Returns:
- IntColumn
-
getPerpDist
The perpendicular distance in millimetres from the face to the centre of rotation of the crystal.- Returns:
- FloatColumn
-