Package org.rcsb.cif.model.generated
Class PdbxDataProcessingReflns
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDataProcessingReflns
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDataProcessingReflns extends BaseCategory
Details of reflections used in data processing.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDataProcessingReflns(String name)PdbxDataProcessingReflns(String name, int rowCount, Object[] encodedColumns)PdbxDataProcessingReflns(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntryId()The value of _pdbx_data_processing_reflns.entry_id identifies the data block.IntColumngetNumberAll()Total number of reflections used in data processing.IntColumngetNumberMarkedReject()Total number of reflections marked for rejection in data processing.FloatColumngetPercentMarkedReject()Percent of reflections marked for rejection in data processing.FloatColumngetPercentRejected()Percent of reflections rejected in data processing.FloatColumngetRFactorAllLinear()Total linear R factor in data processing.-
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
-
getEntryId
public StrColumn getEntryId()
The value of _pdbx_data_processing_reflns.entry_id identifies the data block.- Returns:
- StrColumn
-
getNumberAll
public IntColumn getNumberAll()
Total number of reflections used in data processing.- Returns:
- IntColumn
-
getNumberMarkedReject
public IntColumn getNumberMarkedReject()
Total number of reflections marked for rejection in data processing.- Returns:
- IntColumn
-
getPercentMarkedReject
public FloatColumn getPercentMarkedReject()
Percent of reflections marked for rejection in data processing.- Returns:
- FloatColumn
-
getPercentRejected
public FloatColumn getPercentRejected()
Percent of reflections rejected in data processing.- Returns:
- FloatColumn
-
getRFactorAllLinear
public FloatColumn getRFactorAllLinear()
Total linear R factor in data processing.- Returns:
- FloatColumn
-
-