Package org.rcsb.cif.model.generated
Class EmImageProcessing
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmImageProcessing
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmImageProcessing extends BaseCategory
Data items in the EM_IMAGE_PROCESSING category record details of the EM image processing procedure.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmImageProcessing(String name)EmImageProcessing(String name, int rowCount, Object[] encodedColumns)EmImageProcessing(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()Method details.StrColumngetId()This data item provides a unique identifier for each data processing block.StrColumngetImageRecordingId()Foreign key to the EM_IMAGE_RECORDING-
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
-
getDetails
public StrColumn getDetails()
Method details.- Returns:
- StrColumn
-
getId
public StrColumn getId()
This data item provides a unique identifier for each data processing block.- Returns:
- StrColumn
-
getImageRecordingId
public StrColumn getImageRecordingId()
Foreign key to the EM_IMAGE_RECORDING- Returns:
- StrColumn
-
-