Package org.rcsb.cif.schema.mm
Class EmSampleSupport
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmSampleSupport
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmSampleSupport
extends DelegatingCategory
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
-
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 EmSampleSupport(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _em_sample_support.id must uniquely identify the sample support.- Returns:
- StrColumn
-
getFilmMaterial
The support material covering the em grid.- Returns:
- StrColumn
-
getMethod
A description of the method used to produce the support film.- Returns:
- StrColumn
-
getGridMaterial
The name of the material from which the grid is made.- Returns:
- StrColumn
-
getGridMeshSize
The value of the mesh size (divisions per inch) of the em grid.- Returns:
- IntColumn
-
getGridType
A description of the grid type.- Returns:
- StrColumn
-
getPretreatment
A description of the grid plus support film pretreatment.- Returns:
- StrColumn
-
getDetails
Any additional details concerning the sample support.- Returns:
- StrColumn
-
getSpecimenId
This data item is a pointer to _em_sample_preparation.id in the EM_SPECIMEN category.- Returns:
- StrColumn
-
getCitationId
This data item is a pointer to _citation.id in the CITATION category.- Returns:
- StrColumn
-