Package org.rcsb.cif.model.generated
Class RefineLsRestrType
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.RefineLsRestrType
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class RefineLsRestrType extends BaseCategory
Data items in the REFINE_LS_RESTR_TYPE category record details about the restraint types used in the least-squares refinement.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description RefineLsRestrType(String name)RefineLsRestrType(String name, int rowCount, Object[] encodedColumns)RefineLsRestrType(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getDistanceCutoffHigh
public FloatColumn getDistanceCutoffHigh()
The upper limit in angstroms of the distance range applied to the current restraint type.- Returns:
- FloatColumn
-
getDistanceCutoffLow
public FloatColumn getDistanceCutoffLow()
The lower limit in angstroms of the distance range applied to the current restraint type.- Returns:
- FloatColumn
-
getType
public StrColumn getType()
This data item is a pointer to _refine_ls_restr.type in the REFINE_LS_RESTR category.- Returns:
- StrColumn
-
-