Class 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.
    • Constructor Detail

      • PdbxViewItem

        public PdbxViewItem​(String name,
                            int rowCount,
                            Object[] encodedColumns)
      • PdbxViewItem

        public PdbxViewItem​(String name)
    • 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