Package org.rcsb.cif.schema.mm
Class PdbxNmrSpectrometer
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrSpectrometer
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrSpectrometer
extends DelegatingCategory
The details about each spectrometer used to collect data for this
deposition.
-
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 PdbxNmrSpectrometer(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A text description of the NMR spectrometer.FloatColumngetFieldStrength()Select the field strength for protons in MHz.StrColumngetManufacturer()The name of the manufacturer of the spectrometer.StrColumngetModel()The model of the NMR spectrometer.StrColumngetName()A label that uniquely identifies the NMR spectrometer from other spectrometers listed in the entry.StrColumngetSpectrometerId()Assign a numerical ID to each instrument.StrColumngetType()Select the instrument manufacturer(s) and the model(s) of the NMR(s) used for this work.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getSpectrometerId
Assign a numerical ID to each instrument.- Returns:
- StrColumn
-
getModel
The model of the NMR spectrometer.- Returns:
- StrColumn
-
getType
Select the instrument manufacturer(s) and the model(s) of the NMR(s) used for this work.- Returns:
- StrColumn
-
getManufacturer
The name of the manufacturer of the spectrometer.- Returns:
- StrColumn
-
getFieldStrength
Select the field strength for protons in MHz.- Returns:
- FloatColumn
-
getDetails
A text description of the NMR spectrometer.- Returns:
- StrColumn
-
getName
A label that uniquely identifies the NMR spectrometer from other spectrometers listed in the entry.- Returns:
- StrColumn
-