Package org.rcsb.cif.schema.mm
Class PdbxConstructFeature
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxConstructFeature
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxConstructFeature
extends DelegatingCategory
Data items in the PDBX_CONSTRUCT_FEATURE category may be used to
specify various properties of a nucleic acid sequence used during
protein production.
-
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 PdbxConstructFeature(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetConstructId()The value of _pdbx_construct_feature.construct_id uniquely identifies the construct with which the feature is associated.StrColumngetDetails()Details that describe the featureIntColumngetEndSeq()The sequence position at which the feature endsStrColumngetEntryId()The value of _pdbx_construct_feature.entry_id uniquely identifies a sample consisting of one or more proteins whose structure is to be determined.StrColumngetId()The value of _pdbx_construct_feature.id must uniquely identify a record in the PDBX_CONSTRUCT_FEATURE list.IntColumngetStartSeq()The sequence position at which the feature beginsStrColumngetType()The type of the featureMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _pdbx_construct_feature.id must uniquely identify a record in the PDBX_CONSTRUCT_FEATURE list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getConstructId
The value of _pdbx_construct_feature.construct_id uniquely identifies the construct with which the feature is associated. This is a pointer to _pdbx_construct.id This item may be a site dependent bar code.- Returns:
- StrColumn
-
getEntryId
The value of _pdbx_construct_feature.entry_id uniquely identifies a sample consisting of one or more proteins whose structure is to be determined. This is a pointer to _entry.id. This item may be a site dependent bar code.- Returns:
- StrColumn
-
getStartSeq
The sequence position at which the feature begins- Returns:
- IntColumn
-
getEndSeq
The sequence position at which the feature ends- Returns:
- IntColumn
-
getType
The type of the feature- Returns:
- StrColumn
-
getDetails
Details that describe the feature- Returns:
- StrColumn
-