Package org.rcsb.cif.schema.mm
Class EmShadowing
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmShadowing
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmShadowing
extends DelegatingCategory
Data items related to shadowing of an EM specimen
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description EmShadowing(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAngle
The shadowing angle (degrees)- Returns:
- FloatColumn
-
getDetails
Additional details about specimen shadowing- Returns:
- StrColumn
-
getId
This data item is the primary key of the category.- Returns:
- StrColumn
-
getMaterial
The material used in the shadowing.- Returns:
- StrColumn
-
getSpecimenId
Foreign key relationship to the EMD SPECIMEN category- Returns:
- StrColumn
-
getThickness
Thickness of the deposited shadow coat, in Angstroms.- Returns:
- FloatColumn
-