Package org.rcsb.cif.model.generated
Class PdbxNmrSoftwareTask
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrSoftwareTask
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrSoftwareTask extends BaseCategory
Items in the pdbx_nmr_software_task category provide information about software workflow in the NMR experiment.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrSoftwareTask(String name)PdbxNmrSoftwareTask(String name, int rowCount, Object[] encodedColumns)PdbxNmrSoftwareTask(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntryId()Pointer to '_entry.id'IntColumngetSoftwareOrdinal()Pointer to _software.ordinalStrColumngetTask()A word or brief phrase that describes the task that a software application was used to carry out.-
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
-
getEntryId
public StrColumn getEntryId()
Pointer to '_entry.id'- Returns:
- StrColumn
-
getSoftwareOrdinal
public IntColumn getSoftwareOrdinal()
Pointer to _software.ordinal- Returns:
- IntColumn
-
getTask
public StrColumn getTask()
A word or brief phrase that describes the task that a software application was used to carry out.- Returns:
- StrColumn
-
-