Package org.rcsb.cif.model.generated
Class PdbxViewItem
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxViewItem
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxViewItem extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxViewItem(String name)PdbxViewItem(String name, int rowCount, Object[] encodedColumns)PdbxViewItem(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getItemName
public StrColumn getItemName()
The mmCIF item name.- Returns:
- StrColumn
-
getCategoryId
public StrColumn getCategoryId()
A pointer to the category_id in the PDBX_VIEW_CATEGORY category.- Returns:
- StrColumn
-
getItemViewName
public StrColumn getItemViewName()
An alias name for the mmCIF item in this view.- Returns:
- StrColumn
-
getItemViewMandatoryCode
public StrColumn getItemViewMandatoryCode()
A code to indicate the role of the data item in the view.- Returns:
- StrColumn
-
getItemViewAllowAlternateValue
public StrColumn getItemViewAllowAlternateValue()
A code to indicate if the view should permit alternatives to enumerated item values.- Returns:
- StrColumn
-
-