Package org.rcsb.cif.model.generated
Class EmSampleSupport
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmSampleSupport
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmSampleSupport extends BaseCategory
Data items in the EM_SAMPLE_SUPPORT category record details of the electron microscope grid type, grid support film and pretreatment of whole before sample is applied
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmSampleSupport(String name)EmSampleSupport(String name, int rowCount, Object[] encodedColumns)EmSampleSupport(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCitationId()This data item is a pointer to _citation.id in the CITATION category.StrColumngetDetails()Any additional details concerning the sample support.StrColumngetFilmMaterial()The support material covering the em grid.StrColumngetGridMaterial()The name of the material from which the grid is made.IntColumngetGridMeshSize()The value of the mesh size (divisions per inch) of the em grid.StrColumngetGridType()A description of the grid type.StrColumngetId()The value of _em_sample_support.id must uniquely identify the sample support.StrColumngetMethod()A description of the method used to produce the support film.StrColumngetPretreatment()A description of the grid plus support film pretreatment.StrColumngetSpecimenId()This data item is a pointer to _em_sample_preparation.id in the EM_SPECIMEN category.-
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
-
getId
public StrColumn getId()
The value of _em_sample_support.id must uniquely identify the sample support.- Returns:
- StrColumn
-
getFilmMaterial
public StrColumn getFilmMaterial()
The support material covering the em grid.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
A description of the method used to produce the support film.- Returns:
- StrColumn
-
getGridMaterial
public StrColumn getGridMaterial()
The name of the material from which the grid is made.- Returns:
- StrColumn
-
getGridMeshSize
public IntColumn getGridMeshSize()
The value of the mesh size (divisions per inch) of the em grid.- Returns:
- IntColumn
-
getGridType
public StrColumn getGridType()
A description of the grid type.- Returns:
- StrColumn
-
getPretreatment
public StrColumn getPretreatment()
A description of the grid plus support film pretreatment.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Any additional details concerning the sample support.- Returns:
- StrColumn
-
getSpecimenId
public StrColumn getSpecimenId()
This data item is a pointer to _em_sample_preparation.id in the EM_SPECIMEN category.- Returns:
- StrColumn
-
getCitationId
public StrColumn getCitationId()
This data item is a pointer to _citation.id in the CITATION category.- Returns:
- StrColumn
-
-