Package org.rcsb.cif.schema.mm
Class PdbxNmrSoftware
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrSoftware
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrSoftware
extends DelegatingCategory
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.
-
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 PdbxNmrSoftware(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinal
An ordinal index for this category- Returns:
- IntColumn
-
getClassification
The purpose of the software.- Returns:
- StrColumn
-
getName
The name of the software used for the task.- Returns:
- StrColumn
-
getVersion
The version of the software.- Returns:
- StrColumn
-
getAuthors
The name of the authors of the software used in this procedure.- Returns:
- StrColumn
-
getDetails
Text description of the software.- Returns:
- StrColumn
-