Package org.rcsb.cif.schema.mm
Class PdbxPhasingDm
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxPhasingDm
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxPhasingDm
extends DelegatingCategory
Data items in the PDBX_PHASING_DM category record details about
density modification
-
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 PdbxPhasingDm(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetDeltaPhiFinal()The value of _pdbx_phasing_dm.delta_phi_final identifies phase difference after density modificationFloatColumngetDeltaPhiInitial()The value of _pdbx_phasing_dm.delta_phi_initial identifies phase difference before density modificationStrColumngetEntryId()The value of _pdbx_phasing_dm.entry_id identifies the data block.FloatColumngetFom()The value of _pdbx_phasing_dm.fom identifies the figure of merit for all the dataFloatColumngetFomAcentric()The value of _pdbx_phasing_dm.fom_acentric identifies the figure of merit for acentric dataFloatColumngetFomCentric()The value of _pdbx_phasing_dm.fom_centric identifies the figure of merit for acentric dataStrColumngetMaskType()The value of _pdbx_phasing_dm.mask_type identifies the type of mask used for density modificationStrColumngetMethod()The value of _pdbx_phasing_dm.method identifies the method used for density modificationIntColumngetReflns()The value of _pdbx_phasing_dm.reflns identifies the number of centric and acentric reflections.IntColumngetReflnsAcentric()The value of _pdbx_phasing_dm.reflns_acentric identifies the number of acentric reflections.IntColumngetReflnsCentric()The value of _pdbx_phasing_dm.reflns_centric identifies the number of centric reflections.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_phasing_dm.entry_id identifies the data block.- Returns:
- StrColumn
-
getMethod
The value of _pdbx_phasing_dm.method identifies the method used for density modification- Returns:
- StrColumn
-
getMaskType
The value of _pdbx_phasing_dm.mask_type identifies the type of mask used for density modification- Returns:
- StrColumn
-
getFomAcentric
The value of _pdbx_phasing_dm.fom_acentric identifies the figure of merit for acentric data- Returns:
- FloatColumn
-
getFomCentric
The value of _pdbx_phasing_dm.fom_centric identifies the figure of merit for acentric data- Returns:
- FloatColumn
-
getFom
The value of _pdbx_phasing_dm.fom identifies the figure of merit for all the data- Returns:
- FloatColumn
-
getReflnsAcentric
The value of _pdbx_phasing_dm.reflns_acentric identifies the number of acentric reflections.- Returns:
- IntColumn
-
getReflnsCentric
The value of _pdbx_phasing_dm.reflns_centric identifies the number of centric reflections.- Returns:
- IntColumn
-
getReflns
The value of _pdbx_phasing_dm.reflns identifies the number of centric and acentric reflections.- Returns:
- IntColumn
-
getDeltaPhiInitial
The value of _pdbx_phasing_dm.delta_phi_initial identifies phase difference before density modification- Returns:
- FloatColumn
-
getDeltaPhiFinal
The value of _pdbx_phasing_dm.delta_phi_final identifies phase difference after density modification- Returns:
- FloatColumn
-