Package org.rcsb.cif.model.generated
Class EmGridPretreatment
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmGridPretreatment
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmGridPretreatment extends BaseCategory
Data items describing glow discharge pretreatment for an EM grid
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmGridPretreatment(String name)EmGridPretreatment(String name, int rowCount, Object[] encodedColumns)EmGridPretreatment(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 pretreatment-
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 atmosphere used for glow discharge of the em grid.- Returns:
- StrColumn
-
getId
public StrColumn getId()
This data item is the primary key of the category.- Returns:
- StrColumn
-
getPressure
public FloatColumn getPressure()
Pressure of the glow discharge chamber, in pascals- Returns:
- FloatColumn
-
getSampleSupportId
public StrColumn getSampleSupportId()
Pointer to EM SAMPLE SUPPORT- Returns:
- StrColumn
-
getTime
public IntColumn getTime()
Time period for glow discharge of the em grid, in seconds- Returns:
- IntColumn
-
getType
public StrColumn getType()
Type of grid pretreatment- Returns:
- StrColumn
-
-