Package org.rcsb.cif.model.generated
Class PdbxNmrSpectralPeakSoftware
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrSpectralPeakSoftware
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrSpectralPeakSoftware extends BaseCategory
Items in the pdbx_nmr_spectral_peak_software category provide pointers to the software category and methods category where descriptions of software applications and methods can be found.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrSpectralPeakSoftware(String name)PdbxNmrSpectralPeakSoftware(String name, int rowCount, Object[] encodedColumns)PdbxNmrSpectralPeakSoftware(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntryId()Pointer to '_entry.id'IntColumngetSoftwareId()Pointer to '_pdbx_nmr_software.ordinal'IntColumngetSpectralPeakListId()Pointer to '_pdbx_nmr_spectral_peak_list.id'-
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
-
-
-
-
Constructor Detail
-
PdbxNmrSpectralPeakSoftware
public PdbxNmrSpectralPeakSoftware(String name, Map<String,Column> columns)
-
PdbxNmrSpectralPeakSoftware
public PdbxNmrSpectralPeakSoftware(String name, int rowCount, Object[] encodedColumns)
-
PdbxNmrSpectralPeakSoftware
public PdbxNmrSpectralPeakSoftware(String name)
-
-
Method Detail
-
getSoftwareId
public IntColumn getSoftwareId()
Pointer to '_pdbx_nmr_software.ordinal'- Returns:
- IntColumn
-
getEntryId
public StrColumn getEntryId()
Pointer to '_entry.id'- Returns:
- StrColumn
-
getSpectralPeakListId
public IntColumn getSpectralPeakListId()
Pointer to '_pdbx_nmr_spectral_peak_list.id'- Returns:
- IntColumn
-
-