Package org.rcsb.cif.model.generated
Class EmMaskDepositorInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmMaskDepositorInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmMaskDepositorInfo extends BaseCategory
Data items in the EM_MASK_DEPOSITOR_INFO category record mask parameters that are provided by the depositor
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmMaskDepositorInfo(String name)EmMaskDepositorInfo(String name, int rowCount, Object[] encodedColumns)EmMaskDepositorInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 format-
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
-
getId
public StrColumn getId()
Unique identifier for each map listed.- Returns:
- StrColumn
-
getUploadFileName
public StrColumn getUploadFileName()
The name of a file containing the map.- Returns:
- StrColumn
-
getUploadFormat
public StrColumn getUploadFormat()
map format- Returns:
- StrColumn
-
getContourLevel
public FloatColumn getContourLevel()
recommended contour level for viewing the map- Returns:
- FloatColumn
-
getAnnotationDetails
public StrColumn getAnnotationDetails()
map annotation details- Returns:
- StrColumn
-
getPixelSpacingX
public FloatColumn getPixelSpacingX()
The length in Angstroms of one voxel along the X axis.- Returns:
- FloatColumn
-
getPixelSpacingY
public FloatColumn getPixelSpacingY()
The length in Angstroms of one voxel along the Y axis.- Returns:
- FloatColumn
-
getPixelSpacingZ
public FloatColumn getPixelSpacingZ()
The length in Angstroms of one voxel along the Z axis.- Returns:
- FloatColumn
-
-