Package org.rcsb.cif.model.generated
Class PdbxViewCategory
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxViewCategory
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxViewCategory extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxViewCategory(String name)PdbxViewCategory(String name, int rowCount, Object[] encodedColumns)PdbxViewCategory(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getViewGroupId
public StrColumn getViewGroupId()
A pointer to the view_group_id in the PDBX_VIEW_CATEGORY_GROUP category.- Returns:
- StrColumn
-
getCategoryId
public StrColumn getCategoryId()
The mmCIF category identifier.- Returns:
- StrColumn
-
getCategoryViewName
public StrColumn getCategoryViewName()
An alias name for the mmCIF category in this view.- Returns:
- StrColumn
-
-