Package org.rcsb.cif.schema.mm
Class PdbxStructRefSeqFeatureProp
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructRefSeqFeatureProp
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructRefSeqFeatureProp
extends DelegatingCategory
Data items in the PDBX_STRUCT_REF_SEQ_FEATURE_PROP category provide a
mechanism for identifying and annotating properties of sequence features.
-
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 PdbxStructRefSeqFeatureProp(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetBegDbMonId()The begining monomer type found at the starting position in the referenced database entry.IntColumngetBegDbSeqId()The begining monomer sequence position in the referenced database entry.StrColumngetDetails()A description of special aspects of the property value pair.StrColumngetEndDbMonId()The terminal monomer type found at the ending position in the referenced database entry.IntColumngetEndDbSeqId()The terminal monomer sequence position in the referenced database entry.IntColumngetFeatureId()This data item is a pointer to _pdbx_struct_ref_seq_feature.feature_id in the STRUCT_REF_SEQ_FEATURE category.IntColumngetPropertyId()This uniquely identifies the a property of a sequence feature in the STRUCT_REF_SEQ_FEATURE_PROPx category.StrColumngetType()Property type.StrColumngetValue()Property value.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getFeatureId
This data item is a pointer to _pdbx_struct_ref_seq_feature.feature_id in the STRUCT_REF_SEQ_FEATURE category.- Returns:
- IntColumn
-
getPropertyId
This uniquely identifies the a property of a sequence feature in the STRUCT_REF_SEQ_FEATURE_PROPx category.- Returns:
- IntColumn
-
getType
Property type.- Returns:
- StrColumn
-
getValue
Property value.- Returns:
- StrColumn
-
getDetails
A description of special aspects of the property value pair.- Returns:
- StrColumn
-
getBegDbMonId
The begining monomer type found at the starting position in the referenced database entry. This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getEndDbMonId
The terminal monomer type found at the ending position in the referenced database entry. This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
getBegDbSeqId
The begining monomer sequence position in the referenced database entry.- Returns:
- IntColumn
-
getEndDbSeqId
The terminal monomer sequence position in the referenced database entry.- Returns:
- IntColumn
-