Package org.rcsb.cif.schema.mm
Class PdbxRefineAuxFile
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxRefineAuxFile
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxRefineAuxFile
extends DelegatingCategory
Auxilary parameter and topology files used in refinement.
-
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 PdbxRefineAuxFile(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetFileName()Auxilary file name.StrColumngetFileType()Auxilary file type.StrColumngetPdbxRefineId()This data item uniquely identifies a refinement within an entry.StrColumngetSerialNo()Serial number.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getSerialNo
Serial number.- Returns:
- StrColumn
-
getPdbxRefineId
This data item uniquely identifies a refinement within an entry. _pdbx_refine_aux_file.pdbx_refine_id can be used to distinguish the results of joint refinements.- Returns:
- StrColumn
-
getFileName
Auxilary file name.- Returns:
- StrColumn
-
getFileType
Auxilary file type.- Returns:
- StrColumn
-