Package org.rcsb.cif.model.generated
Class PdbxChemCompFeature
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxChemCompFeature
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxChemCompFeature extends BaseCategory
Additional features associated with the chemical component.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxChemCompFeature(String name)PdbxChemCompFeature(String name, int rowCount, Object[] encodedColumns)PdbxChemCompFeature(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCompId()The component identifier for this feature.StrColumngetSource()The information source for the component feature.StrColumngetSupport()The supporting evidence for this feature.StrColumngetType()The component feature type.StrColumngetValue()The component feature value.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getCompId
public StrColumn getCompId()
The component identifier for this feature.- Returns:
- StrColumn
-
getType
public StrColumn getType()
The component feature type.- Returns:
- StrColumn
-
getSupport
public StrColumn getSupport()
The supporting evidence for this feature.- Returns:
- StrColumn
-
getValue
public StrColumn getValue()
The component feature value.- Returns:
- StrColumn
-
getSource
public StrColumn getSource()
The information source for the component feature.- Returns:
- StrColumn
-
-