Package org.rcsb.cif.model.generated
Class EmShadowing
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmShadowing
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmShadowing extends BaseCategory
Data items related to shadowing of an EM specimen
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmShadowing(String name)EmShadowing(String name, int rowCount, Object[] encodedColumns)EmShadowing(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatColumngetAngle()The shadowing angle (degrees)StrColumngetDetails()Additional details about specimen shadowingStrColumngetId()This data item is the primary key of the category.StrColumngetMaterial()The material used in the shadowing.StrColumngetSpecimenId()Foreign key relationship to the EMD SPECIMEN categoryFloatColumngetThickness()Thickness of the deposited shadow coat, in Angstroms.-
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
-
getAngle
public FloatColumn getAngle()
The shadowing angle (degrees)- Returns:
- FloatColumn
-
getDetails
public StrColumn getDetails()
Additional details about specimen shadowing- Returns:
- StrColumn
-
getId
public StrColumn getId()
This data item is the primary key of the category.- Returns:
- StrColumn
-
getMaterial
public StrColumn getMaterial()
The material used in the shadowing.- Returns:
- StrColumn
-
getSpecimenId
public StrColumn getSpecimenId()
Foreign key relationship to the EMD SPECIMEN category- Returns:
- StrColumn
-
getThickness
public FloatColumn getThickness()
Thickness of the deposited shadow coat, in Angstroms.- Returns:
- FloatColumn
-
-