Package org.rcsb.cif.schema.mm
Class PdbxVersion
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxVersion
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxVersion
extends DelegatingCategory
Data items in the PDBX_VERSION category record details about the
version of this entry.
-
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 PdbxVersion(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A text description of any special details of the current version.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.IntColumngetMajorVersion()Major version number for this datablock.StrColumngetMinorVersion()Minor version identifier for this datablock: The minor version is incremented for each datablock revision.StrColumngetRevisionDate()A date for the current version or revision.StrColumngetRevisionType()The content type that associated with the revision.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getRevisionDate
A date for the current version or revision. The date format is yyyy-mm-dd.- Returns:
- StrColumn
-
getMajorVersion
Major version number for this datablock.- Returns:
- IntColumn
-
getMinorVersion
Minor version identifier for this datablock: The minor version is incremented for each datablock revision.- Returns:
- StrColumn
-
getDetails
A text description of any special details of the current version.- Returns:
- StrColumn
-
getRevisionType
The content type that associated with the revision.- Returns:
- StrColumn
-