Package org.rcsb.cif.schema.mm
Class PdbxExptlCrystalGrowComp
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxExptlCrystalGrowComp
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxExptlCrystalGrowComp
extends DelegatingCategory
Data items in the PDBX_EXPTL_CRYSTAL_GROW_COMP category record
details about the components of the solutions that were 'mixed'
to produce the crystal.
-
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 PdbxExptlCrystalGrowComp(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCompId()The value of _exptl_crystal_grow_comp.comp_id must uniquely identify each item in the PDBX_EXPTL_CRYSTAL_GROW_COMP list.StrColumngetCompName()A common name for the component of the solution.FloatColumngetConc()The concentration value of the solution component.StrColumngetConcRange()The concentration range of the solution component.StrColumngetConcUnits()The concentration units for the solution component.StrColumngetCrystalId()This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.StrColumngetSolId()An identifier for the solution to which the given solution component belongs.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCrystalId
This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.- Returns:
- StrColumn
-
getCompId
The value of _exptl_crystal_grow_comp.comp_id must uniquely identify each item in the PDBX_EXPTL_CRYSTAL_GROW_COMP list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getCompName
A common name for the component of the solution.- Returns:
- StrColumn
-
getSolId
An identifier for the solution to which the given solution component belongs.- Returns:
- StrColumn
-
getConc
The concentration value of the solution component.- Returns:
- FloatColumn
-
getConcRange
The concentration range of the solution component.- Returns:
- StrColumn
-
getConcUnits
The concentration units for the solution component.- Returns:
- StrColumn
-