Package org.rcsb.cif.model.generated
Class EmCrystalFormation
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmCrystalFormation
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmCrystalFormation extends BaseCategory
Description of growth of a 2D, 3D, or helical crystal array.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmCrystalFormation(String name)EmCrystalFormation(String name, int rowCount, Object[] encodedColumns)EmCrystalFormation(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 crystallization-
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
-
getAtmosphere
public StrColumn getAtmosphere()
The type of atmosphere in which crystals were grown- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Description of growth of a 2D, 3D, or helical crystal array.- Returns:
- StrColumn
-
getId
public StrColumn getId()
This data item is the primary key of the category.- Returns:
- StrColumn
-
getInstrument
public StrColumn getInstrument()
Instrument used to prepare the crystalline array- Returns:
- StrColumn
-
getLipidMixture
public StrColumn getLipidMixture()
Description of the lipid mixture used for crystallization- Returns:
- StrColumn
-
getLipidProteinRatio
public FloatColumn getLipidProteinRatio()
The molar ratio of lipid to protein in the crystallized sample- Returns:
- FloatColumn
-
getSpecimenId
public StrColumn getSpecimenId()
Foreign key relationship to the EMD SPECIMEN category- Returns:
- StrColumn
-
getTemperature
public IntColumn getTemperature()
The value of the temperature in degrees Kelvin used for growing the crystals.- Returns:
- IntColumn
-
getTime
public IntColumn getTime()
Time period for array crystallization, in time unit indicated (min, hr, day, month, year)- Returns:
- IntColumn
-
getTimeUnit
public StrColumn getTimeUnit()
Time unit for array crystallization- Returns:
- StrColumn
-
-