Package org.rcsb.cif.model.generated
Class EmFiducialMarkers
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmFiducialMarkers
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmFiducialMarkers extends BaseCategory
Description of fiducial markers.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmFiducialMarkers(String name)EmFiducialMarkers(String name, int rowCount, Object[] encodedColumns)EmFiducialMarkers(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatColumngetDiameter()Diameter of the fiducial markersStrColumngetEmTomographySpecimenId()Foreign key relationship to the EMD SPECIMEN categoryStrColumngetId()This data item is the primary key of the category.StrColumngetManufacturer()Manufacturer source for the fiducial markers-
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
-
getDiameter
public FloatColumn getDiameter()
Diameter of the fiducial markers- Returns:
- FloatColumn
-
getEmTomographySpecimenId
public StrColumn getEmTomographySpecimenId()
Foreign key relationship to the EMD SPECIMEN category- Returns:
- StrColumn
-
getId
public StrColumn getId()
This data item is the primary key of the category.- Returns:
- StrColumn
-
getManufacturer
public StrColumn getManufacturer()
Manufacturer source for the fiducial markers- Returns:
- StrColumn
-
-