Package org.rcsb.cif.model.generated
Class EmSingleParticleEntity
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmSingleParticleEntity
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmSingleParticleEntity extends BaseCategory
Data items in the EM_SINGLE_PARTICLE_ENTITY category provide the details of the symmetry for a single particle entity type.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmSingleParticleEntity(String name)EmSingleParticleEntity(String name, int rowCount, Object[] encodedColumns)EmSingleParticleEntity(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetId()Unique category label.StrColumngetImageProcessingId()pointer to _em_image_processing.id.StrColumngetPointSymmetry()Point symmetry symbol, either Cn, Dn, T, O, or IStrColumngetSymmetryType()The single particle symmetry type.-
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 _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getId
public StrColumn getId()
Unique category label.- Returns:
- StrColumn
-
getSymmetryType
public StrColumn getSymmetryType()
The single particle symmetry type.- Returns:
- StrColumn
-
getImageProcessingId
public StrColumn getImageProcessingId()
pointer to _em_image_processing.id.- Returns:
- StrColumn
-
getPointSymmetry
public StrColumn getPointSymmetry()
Point symmetry symbol, either Cn, Dn, T, O, or I- Returns:
- StrColumn
-
-