Package org.rcsb.cif.model.generated
Class NdbStructFeatureNa
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.NdbStructFeatureNa
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class NdbStructFeatureNa extends BaseCategory
Data items in the NDB_STRUCT_FEATURE_NA category describes tertiary and other special structural features in this entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description NdbStructFeatureNa(String name)NdbStructFeatureNa(String name, int rowCount, Object[] encodedColumns)NdbStructFeatureNa(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 structural 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 structural 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
-
-