Package org.rcsb.cif.model.generated
Class EmSupportFilm
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmSupportFilm
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmSupportFilm extends BaseCategory
Data items to describe films supporting the specimen
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmSupportFilm(String name)EmSupportFilm(String name, int rowCount, Object[] encodedColumns)EmSupportFilm(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetId()This data item is the primary key of the category.StrColumngetMaterial()The support material covering the em grid.StrColumngetSampleSupportId()Pointer to EM SAMPLE SUPPORTFloatColumngetThickness()Thickness of the support film, in AngstromsStrColumngetTopology()The topology of the material from which the grid is made.-
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
-
getId
public StrColumn getId()
This data item is the primary key of the category.- Returns:
- StrColumn
-
getMaterial
public StrColumn getMaterial()
The support material covering the em grid.- Returns:
- StrColumn
-
getSampleSupportId
public StrColumn getSampleSupportId()
Pointer to EM SAMPLE SUPPORT- Returns:
- StrColumn
-
getThickness
public FloatColumn getThickness()
Thickness of the support film, in Angstroms- Returns:
- FloatColumn
-
getTopology
public StrColumn getTopology()
The topology of the material from which the grid is made.- Returns:
- StrColumn
-
-