Package org.rcsb.cif.model.generated
Class EmDepositorInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmDepositorInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmDepositorInfo extends BaseCategory
Data items in the EM_DEPOSITOR INFO category record parameters for EM depositions that are provided by the depositor
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmDepositorInfo(String name)EmDepositorInfo(String name, int rowCount, Object[] encodedColumns)EmDepositorInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEmMethodSelection()The selected EM experimental method.StrColumngetEntryId()This data item is a pointer to the ENTRY category.StrColumngetMolecularDescriptionFlag()Records whether molecular/polymer entities of the EM sample will be described.-
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 the ENTRY category.- Returns:
- StrColumn
-
getEmMethodSelection
public StrColumn getEmMethodSelection()
The selected EM experimental method.- Returns:
- StrColumn
-
getMolecularDescriptionFlag
public StrColumn getMolecularDescriptionFlag()
Records whether molecular/polymer entities of the EM sample will be described.- Returns:
- StrColumn
-
-