Package org.rcsb.cif.schema.mm
Class PdbxNmrRefine
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrRefine
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrRefine
extends DelegatingCategory
Describe the method and details of the refinement of the deposited structure.
-
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 PdbxNmrRefine(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Additional details about the NMR refinement.StrColumngetEntryId()You can leave this blank as an ID will be assigned by the RCSB to the constraint file.StrColumngetMethod()The method used to determine the structure.IntColumngetSoftwareOrdinal()Pointer to _software.ordinalMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
You can leave this blank as an ID will be assigned by the RCSB to the constraint file.- Returns:
- StrColumn
-
getMethod
The method used to determine the structure.- Returns:
- StrColumn
-
getDetails
Additional details about the NMR refinement.- Returns:
- StrColumn
-
getSoftwareOrdinal
Pointer to _software.ordinal- Returns:
- IntColumn
-