Package org.rcsb.cif.model.generated
Class StructKeywords
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.StructKeywords
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class StructKeywords extends BaseCategory
Data items in the STRUCT_KEYWORDS category specify keywords that describe the chemical structure in this entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description StructKeywords(String name)StructKeywords(String name, int rowCount, Object[] encodedColumns)StructKeywords(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.StrColumngetPdbxDetails()Keywords describing this structure.StrColumngetPdbxKeywords()Terms characterizing the macromolecular structure.StrColumngetText()Keywords describing this structure.-
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
-
getText
public StrColumn getText()
Keywords describing this structure.- Returns:
- StrColumn
-
getPdbxKeywords
public StrColumn getPdbxKeywords()
Terms characterizing the macromolecular structure.- Returns:
- StrColumn
-
getPdbxDetails
public StrColumn getPdbxDetails()
Keywords describing this structure. This is constructed by the PROGRAM for the PDB KEYWRD record.- Returns:
- StrColumn
-
-