Package org.rcsb.cif.schema.mm
Class AuditConform
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.AuditConform
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class AuditConform
extends DelegatingCategory
Data items in the AUDIT_CONFORM category describe the
dictionary versions against which the data names appearing in
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 AuditConform(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDictLocation()A file name or uniform resource locator (URL) for the dictionary to which the current data block conforms.StrColumngetDictName()The string identifying the highest-level dictionary defining data names used in this file.StrColumngetDictVersion()The version number of the dictionary to which the current data block conforms.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDictLocation
A file name or uniform resource locator (URL) for the dictionary to which the current data block conforms.- Returns:
- StrColumn
-
getDictName
The string identifying the highest-level dictionary defining data names used in this file.- Returns:
- StrColumn
-
getDictVersion
The version number of the dictionary to which the current data block conforms.- Returns:
- StrColumn
-