Package org.rcsb.cif.schema.mm
Class StructKeywords
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructKeywords
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructKeywords
extends DelegatingCategory
Data items in the STRUCT_KEYWORDS category specify keywords
that describe the chemical structure 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 StructKeywords(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.StrColumngetPdbxDetails()Keywords describing this structure.StrColumngetPdbxKeywords()Terms characterizing the macromolecular structure.StrColumngetText()Keywords describing this structure.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
-
getText
Keywords describing this structure.- Returns:
- StrColumn
-
getPdbxKeywords
Terms characterizing the macromolecular structure.- Returns:
- StrColumn
-
getPdbxDetails
Keywords describing this structure. This is constructed by the PROGRAM for the PDB KEYWRD record.- Returns:
- StrColumn
-