Package org.rcsb.cif.model.generated
Class PdbxFamilyGroupIndex
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxFamilyGroupIndex
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxFamilyGroupIndex extends BaseCategory
Data items in the PDBX_FAMILY_GROUP_INDEX category record the family membership in family groups.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxFamilyGroupIndex(String name)PdbxFamilyGroupIndex(String name, int rowCount, Object[] encodedColumns)PdbxFamilyGroupIndex(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetFamilyPrdId()This data item is a reference to the BIRD identifier for families.StrColumngetId()This data item is the identifier for the a group of related BIRD families.-
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
-
getId
public StrColumn getId()
This data item is the identifier for the a group of related BIRD families.- Returns:
- StrColumn
-
getFamilyPrdId
public StrColumn getFamilyPrdId()
This data item is a reference to the BIRD identifier for families. This data item is a pointer to _pdbx_reference_molecule_family.family_prd_id in the pdbx_reference_molecule category.- Returns:
- StrColumn
-
-