Package org.rcsb.cif.model.generated
Class PdbxNaStructKeywds
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxNaStructKeywds
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxNaStructKeywds extends BaseCategory
Data items in the PDBX_NA_STRUCT_KEYWDS category record give details about structural features of the NA.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxNaStructKeywds(String name)PdbxNaStructKeywds(String name, int rowCount, Object[] encodedColumns)PdbxNaStructKeywds(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetConformationType()Provides overall idea about conformation type of NA.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetSpecialFeature()Describes special features of NA.StrColumngetStrandDescription()Gives general structural description of NA.-
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
-
getConformationType
public StrColumn getConformationType()
Provides overall idea about conformation type of NA. Also, it identifies tRNAs by assigning a 'T' here.- Returns:
- StrColumn
-
getStrandDescription
public StrColumn getStrandDescription()
Gives general structural description of NA.- Returns:
- StrColumn
-
getSpecialFeature
public StrColumn getSpecialFeature()
Describes special features of NA.- Returns:
- StrColumn
-
-