Package org.rcsb.cif.model.generated
Class PdbxAuditConformExtension
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxAuditConformExtension
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxAuditConformExtension extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxAuditConformExtension(String name)PdbxAuditConformExtension(String name, int rowCount, Object[] encodedColumns)PdbxAuditConformExtension(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
-
-
Constructor Detail
-
PdbxAuditConformExtension
public PdbxAuditConformExtension(String name, Map<String,Column> columns)
-
PdbxAuditConformExtension
public PdbxAuditConformExtension(String name, int rowCount, Object[] encodedColumns)
-
PdbxAuditConformExtension
public PdbxAuditConformExtension(String name)
-
-
Method Detail
-
getExtensionDictLocation
public StrColumn getExtensionDictLocation()
A file name or uniform resource locator (URL) for the file containing the extension dictionary.- Returns:
- StrColumn
-
getExtensionDictName
public StrColumn getExtensionDictName()
An identifier for the extension dictionary to which the current data block conforms.- Returns:
- StrColumn
-
getExtensionDictVersion
public StrColumn getExtensionDictVersion()
The version number of the extension dictionary to which the currrent data block conforms.- Returns:
- StrColumn
-
-