Package org.rcsb.cif.model.generated
Class PdbxNmrChemShiftSoftware
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrChemShiftSoftware
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrChemShiftSoftware extends BaseCategory
Items in the chem_shift_software category provide pointers to the software category and methods category.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrChemShiftSoftware(String name)PdbxNmrChemShiftSoftware(String name, int rowCount, Object[] encodedColumns)PdbxNmrChemShiftSoftware(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getAssignedChemShiftListId
public IntColumn getAssignedChemShiftListId()
Pointer to '_pdbx_nmr_assigned_chem_shift_list.id'- Returns:
- IntColumn
-
getEntryId
public StrColumn getEntryId()
Pointer to '_entry.id'- Returns:
- StrColumn
-
getSoftwareId
public IntColumn getSoftwareId()
Pointer to '_pdbx_nmr_software.ordinal'- Returns:
- IntColumn
-
getSoftwareLabel
public StrColumn getSoftwareLabel()
Name given to the software. The name should match the name provided when the software was described in the software category.- Returns:
- StrColumn
-
-