Package org.rcsb.cif.schema.mm
Class PdbxFeatureEntry
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxFeatureEntry
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxFeatureEntry
extends DelegatingCategory
Data items in the PDBX_FEATURE_ENTRY category records
information about properties pertaining to this
structure entry.
-
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 PdbxFeatureEntry(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetFeature()The value of _pdbx_feature_entry.feature_name.StrColumngetFeatureAssignedBy()_pdbx_feature_entry.feature_assigned_by identifies the individual, organization or program that assigned the feature.StrColumngetFeatureCitationId()_pdbx_feature_entry.feature_citation_id is a reference to a citation in the CITATION categoryStrColumngetFeatureIdentifier()_pdbx_feature_entry.feature_identifier is an additional identifier used to identify or accession this feature.StrColumngetFeatureName()_pdbx_feature_entry.feature_name identifies a feature by name.StrColumngetFeatureSoftwareId()_pdbx_feature_entry.feature_software_id is a reference to an application described in the SOFTWARE category.StrColumngetFeatureType()_pdbx_feature_entry.feature_type identifies the type of feature.StrColumngetId()The value of _pdbx_feature_entry.id uniquely identifies a feature in the PDBX_FEATURE_ENTRY category.Methods 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_feature_entry.id uniquely identifies a feature in the PDBX_FEATURE_ENTRY category.- Returns:
- StrColumn
-
getFeatureName
_pdbx_feature_entry.feature_name identifies a feature by name.- Returns:
- StrColumn
-
getFeatureType
_pdbx_feature_entry.feature_type identifies the type of feature.- Returns:
- StrColumn
-
getFeature
The value of _pdbx_feature_entry.feature_name.- Returns:
- StrColumn
-
getFeatureIdentifier
_pdbx_feature_entry.feature_identifier is an additional identifier used to identify or accession this feature.- Returns:
- StrColumn
-
getFeatureAssignedBy
_pdbx_feature_entry.feature_assigned_by identifies the individual, organization or program that assigned the feature.- Returns:
- StrColumn
-
getFeatureCitationId
_pdbx_feature_entry.feature_citation_id is a reference to a citation in the CITATION category- Returns:
- StrColumn
-
getFeatureSoftwareId
_pdbx_feature_entry.feature_software_id is a reference to an application described in the SOFTWARE category.- Returns:
- StrColumn
-