Package org.rcsb.cif.schema.mm
Class PdbxNmrChemShiftSoftware
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrChemShiftSoftware
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrChemShiftSoftware
extends DelegatingCategory
Items in the chem_shift_software category provide pointers to the software category and methods category.
-
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 PdbxNmrChemShiftSoftware(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetAssignedChemShiftListId()Pointer to '_pdbx_nmr_assigned_chem_shift_list.id'StrColumngetEntryId()Pointer to '_entry.id'IntColumngetSoftwareId()Pointer to '_pdbx_nmr_software.ordinal'StrColumngetSoftwareLabel()Name given to the software.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAssignedChemShiftListId
Pointer to '_pdbx_nmr_assigned_chem_shift_list.id'- Returns:
- IntColumn
-
getEntryId
Pointer to '_entry.id'- Returns:
- StrColumn
-
getSoftwareId
Pointer to '_pdbx_nmr_software.ordinal'- Returns:
- IntColumn
-
getSoftwareLabel
Name given to the software. The name should match the name provided when the software was described in the software category.- Returns:
- StrColumn
-