Package org.rcsb.cif.model.generated
Class EmStaining
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmStaining
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmStaining extends BaseCategory
Staining category
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmStaining(String name)EmStaining(String name, int rowCount, Object[] encodedColumns)EmStaining(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()Staining procedure used in the specimen preparation.StrColumngetId()This data item is the primary key of the category.StrColumngetMaterial()The staining material.StrColumngetSpecimenId()Foreign key relationship to the EMD SPECIMEN categoryStrColumngetType()type of staining-
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
-
getDetails
public StrColumn getDetails()
Staining procedure used in the specimen preparation.- Returns:
- StrColumn
-
getId
public StrColumn getId()
This data item is the primary key of the category.- Returns:
- StrColumn
-
getMaterial
public StrColumn getMaterial()
The staining material.- Returns:
- StrColumn
-
getSpecimenId
public StrColumn getSpecimenId()
Foreign key relationship to the EMD SPECIMEN category- Returns:
- StrColumn
-
getType
public StrColumn getType()
type of staining- Returns:
- StrColumn
-
-