Package org.rcsb.cif.schema.mm
Class PdbxReferenceMoleculeFamily
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReferenceMoleculeFamily
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReferenceMoleculeFamily
extends DelegatingCategory
Data items in the PDBX_REFERENCE_MOLECULE_FAMILY category identify
entity families.
-
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 PdbxReferenceMoleculeFamily(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetFamilyPrdId()The value of _pdbx_reference_entity.family_prd_id must uniquely identify a record in the PDBX_REFERENCE_MOLECULE_FAMILY list.StrColumngetName()The entity family name.StrColumngetReleaseStatus()Assigns the current PDB release status for this family.StrColumngetReplacedBy()Assigns the identifier of the family that has replaced this component.StrColumngetReplaces()Assigns the identifier for the family which have been replaced by this family.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getFamilyPrdId
The value of _pdbx_reference_entity.family_prd_id must uniquely identify a record in the PDBX_REFERENCE_MOLECULE_FAMILY list. By convention this ID uniquely identifies the reference family in in the PDB reference dictionary. The ID has the template form FAM_dddddd (e.g. FAM_000001)- Returns:
- StrColumn
-
getName
The entity family name.- Returns:
- StrColumn
-
getReleaseStatus
Assigns the current PDB release status for this family.- Returns:
- StrColumn
-
getReplaces
Assigns the identifier for the family which have been replaced by this family. Multiple family identifier codes should be separated by commas.- Returns:
- StrColumn
-
getReplacedBy
Assigns the identifier of the family that has replaced this component.- Returns:
- StrColumn
-