Package org.rcsb.cif.schema.mm
Class PdbxViewItem
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxViewItem
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxViewItem
extends DelegatingCategory
Data items in the PDBX_VIEW_ITEM specify the mmCIF data items
belonging to a view category. An alias name for the
the mmCIF item may be specified for the each item in the
view category. The role of the item in the view category
can be designated as mandatory, optional, or hidden.
-
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 PdbxViewItem(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCategoryId()A pointer to the category_id in the PDBX_VIEW_CATEGORY category.StrColumngetItemName()The mmCIF item name.StrColumngetItemViewAllowAlternateValue()A code to indicate if the view should permit alternatives to enumerated item values.StrColumngetItemViewMandatoryCode()A code to indicate the role of the data item in the view.StrColumngetItemViewName()An alias name for the mmCIF item in this view.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getItemName
The mmCIF item name.- Returns:
- StrColumn
-
getCategoryId
A pointer to the category_id in the PDBX_VIEW_CATEGORY category.- Returns:
- StrColumn
-
getItemViewName
An alias name for the mmCIF item in this view.- Returns:
- StrColumn
-
getItemViewMandatoryCode
A code to indicate the role of the data item in the view.- Returns:
- StrColumn
-
getItemViewAllowAlternateValue
A code to indicate if the view should permit alternatives to enumerated item values.- Returns:
- StrColumn
-