Package org.rcsb.cif.schema.mm
Class PdbxDatabaseRelated
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDatabaseRelated
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDatabaseRelated
extends DelegatingCategory
Data items in PDBX_DATABASE_RELATED contain references to entries
that are related to the 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 PdbxDatabaseRelated(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetContentType()The identifying content type of the related entry.StrColumngetDbId()The identifying code in the related database.StrColumngetDbName()The name of the database containing the related entry.StrColumngetDetails()A description of the related entry.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDbName
The name of the database containing the related entry.- Returns:
- StrColumn
-
getDetails
A description of the related entry.- Returns:
- StrColumn
-
getDbId
The identifying code in the related database.- Returns:
- StrColumn
-
getContentType
The identifying content type of the related entry.- Returns:
- StrColumn
-