Package org.rcsb.cif.schema.mm
Class EmSamplePreparation
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmSamplePreparation
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmSamplePreparation
extends DelegatingCategory
Data items in the EM_SAMPLE_PREPARATION category
record details of sample conditions prior to and upon loading
onto grid support.
-
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 EmSamplePreparation(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumnget_2dCrystalGrowId()This data item is a pointer to _em_2d_crystal_grow.id in the 2D_CRYSTAL_GROW category.StrColumngetBufferId()This data item is a pointer to _em_buffer.id in the BUFFER category.StrColumngetDetails()Details of the specimen preparationStrColumngetEntityAssemblyId()This data item is a pointer to _entity_assembly.id in the em_entity_assembly category.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetId()The value of _em_sample_preparation.id must uniquely identify the sample preparation.FloatColumngetPh()The pH value of the observed sample buffer.FloatColumngetSampleConcentration()The value of the concentration (mg per milliliter) of the complex in the sample.StrColumngetSupportId()This data item is a pointer to _em_sample_support.id in the EM_SAMPLE_SUPPORT category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getId
The value of _em_sample_preparation.id must uniquely identify the sample preparation.- Returns:
- StrColumn
-
getPh
The pH value of the observed sample buffer.- Returns:
- FloatColumn
-
getBufferId
This data item is a pointer to _em_buffer.id in the BUFFER category.- Returns:
- StrColumn
-
getSampleConcentration
The value of the concentration (mg per milliliter) of the complex in the sample.- Returns:
- FloatColumn
-
get_2dCrystalGrowId
This data item is a pointer to _em_2d_crystal_grow.id in the 2D_CRYSTAL_GROW category.- Returns:
- StrColumn
-
getSupportId
This data item is a pointer to _em_sample_support.id in the EM_SAMPLE_SUPPORT category.- Returns:
- StrColumn
-
getEntityAssemblyId
This data item is a pointer to _entity_assembly.id in the em_entity_assembly category.- Returns:
- StrColumn
-
getDetails
Details of the specimen preparation- Returns:
- StrColumn
-