Package org.rcsb.cif.schema.mm
Class EmExperiment
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmExperiment
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmExperiment
extends DelegatingCategory
Data items in the EM_EXPERIMENT category provide
high-level classification of the EM experiment.
-
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 EmExperiment(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAggregationState()The aggregation/assembly state of the imaged specimen.StrColumngetEntityAssemblyId()Foreign key to the EM_ENTITY_ASSEMBLY categoryStrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetId()Placeholder ID.StrColumngetReconstructionMethod()The reconstruction method used in the EM experiment.StrColumngetSpecimenType()The specimen type used in the EM experiment.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
Placeholder ID.- Returns:
- StrColumn
-
getReconstructionMethod
The reconstruction method used in the EM experiment.- Returns:
- StrColumn
-
getAggregationState
The aggregation/assembly state of the imaged specimen.- Returns:
- StrColumn
-
getSpecimenType
The specimen type used in the EM experiment.- Returns:
- StrColumn
-
getEntityAssemblyId
Foreign key to the EM_ENTITY_ASSEMBLY category- Returns:
- StrColumn
-