Package org.rcsb.cif.model.generated
Class EmDiffraction
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmDiffraction
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmDiffraction extends BaseCategory
Microscopy parameters relevant only for crystallography
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmDiffraction(String name)EmDiffraction(String name, int rowCount, Object[] encodedColumns)EmDiffraction(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatColumngetCameraLength()StrColumngetId()Primary keyStrColumngetImagingId()Foreign key to the EM_IMAGING categoryStrColumngetTiltAngleList()Comma-separated list of tilt angles (in degrees) used in the electron diffraction experiment.-
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
-
getCameraLength
public FloatColumn getCameraLength()
- Returns:
- FloatColumn
-
getId
public StrColumn getId()
Primary key- Returns:
- StrColumn
-
getImagingId
public StrColumn getImagingId()
Foreign key to the EM_IMAGING category- Returns:
- StrColumn
-
getTiltAngleList
public StrColumn getTiltAngleList()
Comma-separated list of tilt angles (in degrees) used in the electron diffraction experiment.- Returns:
- StrColumn
-
-