Package org.rcsb.cif.schema.mm
Class EmSpecimen
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmSpecimen
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmSpecimen
extends DelegatingCategory
Data items in the EMD_SPECIMEN category record details
about specimens prepared for imaging by electron microscopy.
-
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 EmSpecimen(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetConcentration()The concentration (in milligrams per milliliter, mg/ml) of the complex in the sample.StrColumngetDetails()A description of any additional details of the specimen preparation.StrColumngetEmbeddingApplied()'YES' indicates that the specimen has been embedded.StrColumngetExperimentId()Pointer to _em_experiment.id.StrColumngetId()The item _em_specimen.id uniquely identifies a specimen along with its preparation methods.StrColumngetShadowingApplied()'YES' indicates that the specimen has been shadowed.StrColumngetStainingApplied()'YES' indicates that the specimen has been stained.StrColumngetVitrificationApplied()'YES' indicates that the specimen was vitrified by cryopreservation.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getConcentration
The concentration (in milligrams per milliliter, mg/ml) of the complex in the sample.- Returns:
- FloatColumn
-
getDetails
A description of any additional details of the specimen preparation.- Returns:
- StrColumn
-
getEmbeddingApplied
'YES' indicates that the specimen has been embedded.- Returns:
- StrColumn
-
getExperimentId
Pointer to _em_experiment.id.- Returns:
- StrColumn
-
getId
The item _em_specimen.id uniquely identifies a specimen along with its preparation methods.- Returns:
- StrColumn
-
getShadowingApplied
'YES' indicates that the specimen has been shadowed.- Returns:
- StrColumn
-
getStainingApplied
'YES' indicates that the specimen has been stained.- Returns:
- StrColumn
-
getVitrificationApplied
'YES' indicates that the specimen was vitrified by cryopreservation.- Returns:
- StrColumn
-