Package org.rcsb.cif.schema.mm
Class RefineOccupancy
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.RefineOccupancy
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class RefineOccupancy
extends DelegatingCategory
Data items in the REFINE_OCCUPANCY category record details
about the treatment of atom occupancies during 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 RefineOccupancy(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetClazz()The class of atoms treated similarly for occupancy refinement.StrColumngetDetails()A description of special aspects of the occupancy refinement for a class of atoms described in _refine_occupancy.class.StrColumngetPdbxRefineId()This data item uniquely identifies a refinement within an entry.StrColumngetTreatment()The treatment of occupancies for a class of atoms described in _refine_occupancy.class.FloatColumngetValue()The value of occupancy assigned to a class of atoms defined in _refine_occupancy.class.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getPdbxRefineId
This data item uniquely identifies a refinement within an entry. _refine_occupancy.pdbx_refine_id can be used to distinguish the results of joint refinements.- Returns:
- StrColumn
-
getClazz
The class of atoms treated similarly for occupancy refinement.- Returns:
- StrColumn
-
getDetails
A description of special aspects of the occupancy refinement for a class of atoms described in _refine_occupancy.class.- Returns:
- StrColumn
-
getTreatment
The treatment of occupancies for a class of atoms described in _refine_occupancy.class.- Returns:
- StrColumn
-
getValue
The value of occupancy assigned to a class of atoms defined in _refine_occupancy.class. Meaningful only for atoms with fixed occupancy.- Returns:
- FloatColumn
-