Package org.rcsb.cif.schema.mm
Class EmMaskDepositorInfo
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmMaskDepositorInfo
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmMaskDepositorInfo
extends DelegatingCategory
Data items in the EM_MASK_DEPOSITOR_INFO category record mask parameters
that are provided by the depositor
-
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 EmMaskDepositorInfo(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAnnotationDetails()map annotation detailsFloatColumngetContourLevel()recommended contour level for viewing the mapStrColumngetId()Unique identifier for each map listed.FloatColumngetPixelSpacingX()The length in Angstroms of one voxel along the X axis.FloatColumngetPixelSpacingY()The length in Angstroms of one voxel along the Y axis.FloatColumngetPixelSpacingZ()The length in Angstroms of one voxel along the Z axis.StrColumngetUploadFileName()The name of a file containing the map.StrColumngetUploadFormat()map formatMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
Unique identifier for each map listed.- Returns:
- StrColumn
-
getUploadFileName
The name of a file containing the map.- Returns:
- StrColumn
-
getUploadFormat
map format- Returns:
- StrColumn
-
getContourLevel
recommended contour level for viewing the map- Returns:
- FloatColumn
-
getAnnotationDetails
map annotation details- Returns:
- StrColumn
-
getPixelSpacingX
The length in Angstroms of one voxel along the X axis.- Returns:
- FloatColumn
-
getPixelSpacingY
The length in Angstroms of one voxel along the Y axis.- Returns:
- FloatColumn
-
getPixelSpacingZ
The length in Angstroms of one voxel along the Z axis.- Returns:
- FloatColumn
-