Package org.rcsb.cif.schema.mm
Class PdbxAuditConformExtension
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxAuditConformExtension
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxAuditConformExtension
extends DelegatingCategory
Data items in the PDBX_AUDIT_CONFORM_EXTENSION category describe
extension dictionary versions against which the data names appearing
the current data block are conformant.
-
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 PdbxAuditConformExtension(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetExtensionDictLocation()A file name or uniform resource locator (URL) for the file containing the extension dictionary.StrColumngetExtensionDictName()An identifier for the extension dictionary to which the current data block conforms.StrColumngetExtensionDictVersion()The version number of the extension dictionary to which the currrent data block conforms.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getExtensionDictLocation
A file name or uniform resource locator (URL) for the file containing the extension dictionary.- Returns:
- StrColumn
-
getExtensionDictName
An identifier for the extension dictionary to which the current data block conforms.- Returns:
- StrColumn
-
getExtensionDictVersion
The version number of the extension dictionary to which the currrent data block conforms.- Returns:
- StrColumn
-