Package org.rcsb.cif.schema.mm
Class RefineLsRestrType
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.RefineLsRestrType
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class RefineLsRestrType
extends DelegatingCategory
Data items in the REFINE_LS_RESTR_TYPE category record details
about the restraint types used in the least-squares refinement.
-
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 RefineLsRestrType(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetDistanceCutoffHigh()The upper limit in angstroms of the distance range applied to the current restraint type.FloatColumngetDistanceCutoffLow()The lower limit in angstroms of the distance range applied to the current restraint type.StrColumngetType()This data item is a pointer to _refine_ls_restr.type in the REFINE_LS_RESTR category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDistanceCutoffHigh
The upper limit in angstroms of the distance range applied to the current restraint type.- Returns:
- FloatColumn
-
getDistanceCutoffLow
The lower limit in angstroms of the distance range applied to the current restraint type.- Returns:
- FloatColumn
-
getType
This data item is a pointer to _refine_ls_restr.type in the REFINE_LS_RESTR category.- Returns:
- StrColumn
-