Package org.rcsb.cif.model.generated
Class AuditConform
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.AuditConform
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class AuditConform extends BaseCategory
Data items in the AUDIT_CONFORM category describe the dictionary versions against which the data names appearing in the current data block are conformant.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description AuditConform(String name)AuditConform(String name, int rowCount, Object[] encodedColumns)AuditConform(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getDictLocation
public StrColumn getDictLocation()
A file name or uniform resource locator (URL) for the dictionary to which the current data block conforms.- Returns:
- StrColumn
-
getDictName
public StrColumn getDictName()
The string identifying the highest-level dictionary defining data names used in this file.- Returns:
- StrColumn
-
getDictVersion
public StrColumn getDictVersion()
The version number of the dictionary to which the current data block conforms.- Returns:
- StrColumn
-
-