Package org.rcsb.cif.schema.mm
Class PdbxViewCategory
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxViewCategory
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxViewCategory
extends DelegatingCategory
Data items in the PDBX_VIEW_CATEGORY specify the categories
belonging to a category view group. An alias name for the
the mmCIF category may also be specified for the each
category in the view.
-
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 PdbxViewCategory(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCategoryId()The mmCIF category identifier.StrColumngetCategoryViewName()An alias name for the mmCIF category in this view.StrColumngetViewGroupId()A pointer to the view_group_id in the PDBX_VIEW_CATEGORY_GROUP category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getViewGroupId
A pointer to the view_group_id in the PDBX_VIEW_CATEGORY_GROUP category.- Returns:
- StrColumn
-
getCategoryId
The mmCIF category identifier.- Returns:
- StrColumn
-
getCategoryViewName
An alias name for the mmCIF category in this view.- Returns:
- StrColumn
-