Package org.rcsb.cif.schema.mm
Class PdbxDepositGroup
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDepositGroup
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDepositGroup
extends DelegatingCategory
Data items in the pdbx_deposit_group category provide identifiers
and related information for groups of entries deposited in a collection.
-
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 PdbxDepositGroup(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetGroupDescription()A description of the contents of entries in the collection.StrColumngetGroupId()A unique identifier for a group of entries deposited as a collection.StrColumngetGroupTitle()A title to describe the group of entries deposited in the collection.StrColumngetGroupType()Text to describe a grouping of entries in multiple collectionsMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getGroupId
A unique identifier for a group of entries deposited as a collection.- Returns:
- StrColumn
-
getGroupTitle
A title to describe the group of entries deposited in the collection.- Returns:
- StrColumn
-
getGroupDescription
A description of the contents of entries in the collection.- Returns:
- StrColumn
-
getGroupType
Text to describe a grouping of entries in multiple collections- Returns:
- StrColumn
-