Package org.rcsb.cif.schema.mm
Class EmCrystalFormation
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmCrystalFormation
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmCrystalFormation
extends DelegatingCategory
Description of growth of a 2D, 3D, or helical crystal array.
-
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 EmCrystalFormation(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtmosphere()The type of atmosphere in which crystals were grownStrColumngetDetails()Description of growth of a 2D, 3D, or helical crystal array.StrColumngetId()This data item is the primary key of the category.StrColumngetInstrument()Instrument used to prepare the crystalline arrayStrColumngetLipidMixture()Description of the lipid mixture used for crystallizationFloatColumngetLipidProteinRatio()The molar ratio of lipid to protein in the crystallized sampleStrColumngetSpecimenId()Foreign key relationship to the EMD SPECIMEN categoryIntColumngetTemperature()The value of the temperature in degrees Kelvin used for growing the crystals.IntColumngetTime()Time period for array crystallization, in time unit indicated (min, hr, day, month, year)StrColumngetTimeUnit()Time unit for array crystallizationMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAtmosphere
The type of atmosphere in which crystals were grown- Returns:
- StrColumn
-
getDetails
Description of growth of a 2D, 3D, or helical crystal array.- Returns:
- StrColumn
-
getId
This data item is the primary key of the category.- Returns:
- StrColumn
-
getInstrument
Instrument used to prepare the crystalline array- Returns:
- StrColumn
-
getLipidMixture
Description of the lipid mixture used for crystallization- Returns:
- StrColumn
-
getLipidProteinRatio
The molar ratio of lipid to protein in the crystallized sample- Returns:
- FloatColumn
-
getSpecimenId
Foreign key relationship to the EMD SPECIMEN category- Returns:
- StrColumn
-
getTemperature
The value of the temperature in degrees Kelvin used for growing the crystals.- Returns:
- IntColumn
-
getTime
Time period for array crystallization, in time unit indicated (min, hr, day, month, year)- Returns:
- IntColumn
-
getTimeUnit
Time unit for array crystallization- Returns:
- StrColumn
-