Package org.rcsb.cif.model.generated
Class NdbStructConfNa
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.NdbStructConfNa
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class NdbStructConfNa extends BaseCategory
Data items in the NDB_STRUCT_CONF_NA category describes secondary structure features in this entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description NdbStructConfNa(String name)NdbStructConfNa(String name, int rowCount, Object[] encodedColumns)NdbStructConfNa(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetFeature()This data item identifies a secondary structure feature of this entry.IntColumngetFeatureCount()This data item counts the number of occurences of this feature in this entry.-
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
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getFeature
public StrColumn getFeature()
This data item identifies a secondary structure feature of this entry.- Returns:
- StrColumn
-
getFeatureCount
public IntColumn getFeatureCount()
This data item counts the number of occurences of this feature in this entry.- Returns:
- IntColumn
-
-