Package org.rcsb.cif.schema.mm
Class PdbxRobotSystem
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxRobotSystem
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxRobotSystem
extends DelegatingCategory
The details about each robotic system used to collect data for this
project.
-
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 PdbxRobotSystem(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetId()Assign a numerical ID to each instrument.StrColumngetManufacturer()The name of the manufacturer of the robotic system.StrColumngetModel()The model of the robotic system.StrColumngetType()The type of robotic system used for in the production pathway.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
Assign a numerical ID to each instrument.- Returns:
- StrColumn
-
getModel
The model of the robotic system.- Returns:
- StrColumn
-
getType
The type of robotic system used for in the production pathway.- Returns:
- StrColumn
-
getManufacturer
The name of the manufacturer of the robotic system.- Returns:
- StrColumn
-