Class PdbxFeatureEntry

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxFeatureEntry
    extends BaseCategory
    Data items in the PDBX_FEATURE_ENTRY category records information about properties pertaining to this structure entry.
    • Constructor Detail

      • PdbxFeatureEntry

        public PdbxFeatureEntry​(String name,
                                int rowCount,
                                Object[] encodedColumns)
      • PdbxFeatureEntry

        public PdbxFeatureEntry​(String name)
    • Method Detail

      • getId

        public StrColumn getId()
        The value of _pdbx_feature_entry.id uniquely identifies a feature in the PDBX_FEATURE_ENTRY category.
        Returns:
        StrColumn
      • getFeatureName

        public StrColumn getFeatureName()
        _pdbx_feature_entry.feature_name identifies a feature by name.
        Returns:
        StrColumn
      • getFeatureType

        public StrColumn getFeatureType()
        _pdbx_feature_entry.feature_type identifies the type of feature.
        Returns:
        StrColumn
      • getFeature

        public StrColumn getFeature()
        The value of _pdbx_feature_entry.feature_name.
        Returns:
        StrColumn
      • getFeatureIdentifier

        public StrColumn getFeatureIdentifier()
        _pdbx_feature_entry.feature_identifier is an additional identifier used to identify or accession this feature.
        Returns:
        StrColumn
      • getFeatureAssignedBy

        public StrColumn getFeatureAssignedBy()
        _pdbx_feature_entry.feature_assigned_by identifies the individual, organization or program that assigned the feature.
        Returns:
        StrColumn
      • getFeatureCitationId

        public StrColumn getFeatureCitationId()
        _pdbx_feature_entry.feature_citation_id is a reference to a citation in the CITATION category
        Returns:
        StrColumn
      • getFeatureSoftwareId

        public StrColumn getFeatureSoftwareId()
        _pdbx_feature_entry.feature_software_id is a reference to an application described in the SOFTWARE category.
        Returns:
        StrColumn