Package org.rcsb.cif.model.generated
Class PdbxNmrSoftware
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNmrSoftware
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNmrSoftware extends BaseCategory
Description of the software that was used for data collection, data processing, data analysis, structure calculations and refinement. The description should include the name of the software, the author of the software and the version used.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNmrSoftware(String name)PdbxNmrSoftware(String name, int rowCount, Object[] encodedColumns)PdbxNmrSoftware(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAuthors()The name of the authors of the software used in this procedure.StrColumngetClassification()The purpose of the software.StrColumngetDetails()Text description of the software.StrColumngetName()The name of the software used for the task.IntColumngetOrdinal()An ordinal index for this categoryStrColumngetVersion()The version of 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
-
getOrdinal
public IntColumn getOrdinal()
An ordinal index for this category- Returns:
- IntColumn
-
getClassification
public StrColumn getClassification()
The purpose of the software.- Returns:
- StrColumn
-
getName
public StrColumn getName()
The name of the software used for the task.- Returns:
- StrColumn
-
getVersion
public StrColumn getVersion()
The version of the software.- Returns:
- StrColumn
-
getAuthors
public StrColumn getAuthors()
The name of the authors of the software used in this procedure.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Text description of the software.- Returns:
- StrColumn
-
-