Package org.rcsb.cif.schema.mm
Class NdbStructConfNa
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.NdbStructConfNa
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class NdbStructConfNa
extends DelegatingCategory
Data items in the NDB_STRUCT_CONF_NA category
describes secondary structure features in this entry.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description NdbStructConfNa(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getFeature
This data item identifies a secondary structure feature of this entry.- Returns:
- StrColumn
-
getFeatureCount
This data item counts the number of occurences of this feature in this entry.- Returns:
- IntColumn
-