Package org.rcsb.cif.model.generated
Class PdbxPhasingDm
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxPhasingDm
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxPhasingDm extends BaseCategory
Data items in the PDBX_PHASING_DM category record details about density modification
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxPhasingDm(String name)PdbxPhasingDm(String name, int rowCount, Object[] encodedColumns)PdbxPhasingDm(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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_phasing_dm.entry_id identifies the data block.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
The value of _pdbx_phasing_dm.method identifies the method used for density modification- Returns:
- StrColumn
-
getMaskType
public StrColumn getMaskType()
The value of _pdbx_phasing_dm.mask_type identifies the type of mask used for density modification- Returns:
- StrColumn
-
getFomAcentric
public FloatColumn getFomAcentric()
The value of _pdbx_phasing_dm.fom_acentric identifies the figure of merit for acentric data- Returns:
- FloatColumn
-
getFomCentric
public FloatColumn getFomCentric()
The value of _pdbx_phasing_dm.fom_centric identifies the figure of merit for acentric data- Returns:
- FloatColumn
-
getFom
public FloatColumn getFom()
The value of _pdbx_phasing_dm.fom identifies the figure of merit for all the data- Returns:
- FloatColumn
-
getReflnsAcentric
public IntColumn getReflnsAcentric()
The value of _pdbx_phasing_dm.reflns_acentric identifies the number of acentric reflections.- Returns:
- IntColumn
-
getReflnsCentric
public IntColumn getReflnsCentric()
The value of _pdbx_phasing_dm.reflns_centric identifies the number of centric reflections.- Returns:
- IntColumn
-
getReflns
public IntColumn getReflns()
The value of _pdbx_phasing_dm.reflns identifies the number of centric and acentric reflections.- Returns:
- IntColumn
-
getDeltaPhiInitial
public FloatColumn getDeltaPhiInitial()
The value of _pdbx_phasing_dm.delta_phi_initial identifies phase difference before density modification- Returns:
- FloatColumn
-
getDeltaPhiFinal
public FloatColumn getDeltaPhiFinal()
The value of _pdbx_phasing_dm.delta_phi_final identifies phase difference after density modification- Returns:
- FloatColumn
-
-