Package org.rcsb.cif.schema.core
Class AuditConform
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.AuditConform
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class AuditConform
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items used describe dictionary versions
by which data names in the current data block are conformant.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description AuditConform(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetDictLocation()File name or uniform resource locator (URL) where the conformant data dictionary resides.StrColumngetDictName()Name identifying highest-level data dictionary defining data names used in this file.StrColumngetDictVersion()Code for the version of data dictionary defining data names used in this file.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getDictLocation
File name or uniform resource locator (URL) where the conformant data dictionary resides.- Returns:
- StrColumn
-
getDictName
Name identifying highest-level data dictionary defining data names used in this file.- Returns:
- StrColumn
-
getDictVersion
Code for the version of data dictionary defining data names used in this file.- Returns:
- StrColumn
-