Package org.rcsb.cif.schema.mm
Class EmFigureDepositorInfo
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmFigureDepositorInfo
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmFigureDepositorInfo
extends DelegatingCategory
Listing of image files (figures) associated with an EMDB entry
-
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 EmFigureDepositorInfo(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Details about the image file.StrColumngetExperimentId()This data item optionally associates an image (figure) with an experiment.StrColumngetId()This data item is the unique identifier for an image file.StrColumngetUploadFileName()The name of the image file associated with the map entryMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
This data item is the unique identifier for an image file.- Returns:
- StrColumn
-
getExperimentId
This data item optionally associates an image (figure) with an experiment.- Returns:
- StrColumn
-
getUploadFileName
The name of the image file associated with the map entry- Returns:
- StrColumn
-
getDetails
Details about the image file.- Returns:
- StrColumn
-