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

      • PdbxViewCategory

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

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