Package org.rcsb.cif.schema.mm
Class PdbxChemCompRelated
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompRelated
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompRelated
extends DelegatingCategory
PDBX_CHEM_COMP_RELATED describes the relationship between two chemical components.
-
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 PdbxChemCompRelated(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCompId()The chemical component for which this relationship applies.StrColumngetDetails()Describes the type of relationshipStrColumngetRelatedCompId()The related chemical component for which this chemical component is based.StrColumngetRelationshipType()Describes the type of relationshipMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCompId
The chemical component for which this relationship applies.- Returns:
- StrColumn
-
getRelatedCompId
The related chemical component for which this chemical component is based.- Returns:
- StrColumn
-
getRelationshipType
Describes the type of relationship- Returns:
- StrColumn
-
getDetails
Describes the type of relationship- Returns:
- StrColumn
-