Class PdbxChemCompDescriptor

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxChemCompDescriptor
    extends BaseCategory
    Data items in the CHEM_COMP_DESCRIPTOR category provide string descriptors of component chemical structure.
    • Constructor Detail

      • PdbxChemCompDescriptor

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

        public PdbxChemCompDescriptor​(String name)
    • Method Detail

      • getCompId

        public StrColumn getCompId()
        This data item is a pointer to _chem_comp.id in the CHEM_COMP category.
        Returns:
        StrColumn
      • getDescriptor

        public StrColumn getDescriptor()
        This data item contains the descriptor value for this component.
        Returns:
        StrColumn
      • getType

        public StrColumn getType()
        This data item contains the descriptor type.
        Returns:
        StrColumn
      • getProgram

        public StrColumn getProgram()
        This data item contains the name of the program or library used to compute the descriptor.
        Returns:
        StrColumn
      • getProgramVersion

        public StrColumn getProgramVersion()
        This data item contains the version of the program or library used to compute the descriptor.
        Returns:
        StrColumn
      • getOrdinal

        public IntColumn getOrdinal()
        Ordinal index for this category.
        Returns:
        IntColumn