Package org.rcsb.cif.schema.mm
Class EntityKeywords
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EntityKeywords
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EntityKeywords
extends DelegatingCategory
Data items in the ENTITY_KEYWORDS category specify keywords
relevant to the molecular entities. Note that this list of
keywords is separate from the list that is used for the
STRUCT_BIOL data items and is intended to provide only the
information that one would know about the molecular entity *if
one did not know its structure*. Hence polypeptides are simply
polypeptides, not cytokines or beta-alpha-barrels, and
polyribonucleic acids are simply poly-RNA, not transfer-
RNA.
-
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 EntityKeywords(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.StrColumngetPdbxAntibodyIsotype()PDB placeholder.StrColumngetPdbxEc()Enzyme Commission (EC) number(s)StrColumngetPdbxFragment()Entity fragment description(s).StrColumngetPdbxMutation()Entity mutation description(s).StrColumngetText()Keywords describing this entity.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntityId
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getText
Keywords describing this entity.- Returns:
- StrColumn
-
getPdbxMutation
Entity mutation description(s).- Returns:
- StrColumn
-
getPdbxFragment
Entity fragment description(s).- Returns:
- StrColumn
-
getPdbxEc
Enzyme Commission (EC) number(s)- Returns:
- StrColumn
-
getPdbxAntibodyIsotype
PDB placeholder.- Returns:
- StrColumn
-