Package org.rcsb.cif.schema.mm
Class PdbxDataProcessingCell
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDataProcessingCell
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDataProcessingCell
extends DelegatingCategory
Crystallographic cell specifications used in data processing.
-
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 PdbxDataProcessingCell(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetA()Unit cell length AFloatColumngetAlpha()Unit cell angle alpha.FloatColumngetAlphaTolerance()Tolerance in unit cell angle alpha.FloatColumngetATolerance()Tolerance in unit cell length AFloatColumngetB()Unit cell length BFloatColumngetBeta()Unit cell angle beta.FloatColumngetBetaTolerance()Tolerance in unit cell angle beta.FloatColumngetBTolerance()Tolerance in unit cell length BFloatColumngetC()Unit cell length CFloatColumngetCTolerance()Tolerance in unit cell length CStrColumngetEntryId()The value of _pdbx_data_processing_cell.entry_id identifies the data block.FloatColumngetGamma()Unit cell angle gamma.FloatColumngetGammaTolerance()Tolerance in unit cell angle gamma.FloatColumngetMosaicity()Unit cell mosaicity.StrColumngetResolutionRange()Resolution range.StrColumngetSpaceGroup()Space group name.FloatColumngetVolume()Unit cell volume.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The value of _pdbx_data_processing_cell.entry_id identifies the data block.- Returns:
- StrColumn
-
getA
Unit cell length A- Returns:
- FloatColumn
-
getATolerance
Tolerance in unit cell length A- Returns:
- FloatColumn
-
getB
Unit cell length B- Returns:
- FloatColumn
-
getBTolerance
Tolerance in unit cell length B- Returns:
- FloatColumn
-
getC
Unit cell length C- Returns:
- FloatColumn
-
getCTolerance
Tolerance in unit cell length C- Returns:
- FloatColumn
-
getAlpha
Unit cell angle alpha.- Returns:
- FloatColumn
-
getAlphaTolerance
Tolerance in unit cell angle alpha.- Returns:
- FloatColumn
-
getBeta
Unit cell angle beta.- Returns:
- FloatColumn
-
getBetaTolerance
Tolerance in unit cell angle beta.- Returns:
- FloatColumn
-
getGamma
Unit cell angle gamma.- Returns:
- FloatColumn
-
getGammaTolerance
Tolerance in unit cell angle gamma.- Returns:
- FloatColumn
-
getVolume
Unit cell volume.- Returns:
- FloatColumn
-
getMosaicity
Unit cell mosaicity.- Returns:
- FloatColumn
-
getResolutionRange
Resolution range.- Returns:
- StrColumn
-
getSpaceGroup
Space group name.- Returns:
- StrColumn
-