Package org.rcsb.cif.model.generated
Class EmExperiment
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmExperiment
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmExperiment extends BaseCategory
Data items in the EM_EXPERIMENT category provide high-level classification of the EM experiment.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmExperiment(String name)EmExperiment(String name, int rowCount, Object[] encodedColumns)EmExperiment(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getId
public StrColumn getId()
Placeholder ID.- Returns:
- StrColumn
-
getReconstructionMethod
public StrColumn getReconstructionMethod()
The reconstruction method used in the EM experiment.- Returns:
- StrColumn
-
getAggregationState
public StrColumn getAggregationState()
The aggregation/assembly state of the imaged specimen.- Returns:
- StrColumn
-
getSpecimenType
public StrColumn getSpecimenType()
The specimen type used in the EM experiment.- Returns:
- StrColumn
-
getEntityAssemblyId
public StrColumn getEntityAssemblyId()
Foreign key to the EM_ENTITY_ASSEMBLY category- Returns:
- StrColumn
-
-