Package org.rcsb.cif.schema.mm
Class EmGridPretreatment
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmGridPretreatment
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmGridPretreatment
extends DelegatingCategory
Data items describing glow discharge pretreatment for an EM grid
-
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 EmGridPretreatment(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtmosphere()The atmosphere used for glow discharge of the em grid.StrColumngetId()This data item is the primary key of the category.FloatColumngetPressure()Pressure of the glow discharge chamber, in pascalsStrColumngetSampleSupportId()Pointer to EM SAMPLE SUPPORTIntColumngetTime()Time period for glow discharge of the em grid, in secondsStrColumngetType()Type of grid pretreatmentMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAtmosphere
The atmosphere used for glow discharge of the em grid.- Returns:
- StrColumn
-
getId
This data item is the primary key of the category.- Returns:
- StrColumn
-
getPressure
Pressure of the glow discharge chamber, in pascals- Returns:
- FloatColumn
-
getSampleSupportId
Pointer to EM SAMPLE SUPPORT- Returns:
- StrColumn
-
getTime
Time period for glow discharge of the em grid, in seconds- Returns:
- IntColumn
-
getType
Type of grid pretreatment- Returns:
- StrColumn
-