Package org.rcsb.cif.schema.mm
Class PdbxViewCategoryGroup
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxViewCategoryGroup
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxViewCategoryGroup
extends DelegatingCategory
Data items in the PDBX_VIEW_CATEGORY_GROUP identify collections
of related mmCIF categories. Views provide a vehicle for
presenting different logical arrangements of dictionary contents.
-
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 PdbxViewCategoryGroup(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDescription()A description for this collection of categories.StrColumngetViewGroupId()The identifier for a collection of related mmCIF categories.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getViewGroupId
The identifier for a collection of related mmCIF categories.- Returns:
- StrColumn
-
getDescription
A description for this collection of categories.- Returns:
- StrColumn
-