Package org.rcsb.cif.model.generated
Class EntityKeywords
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EntityKeywords
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EntityKeywords extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EntityKeywords(String name)EntityKeywords(String name, int rowCount, Object[] encodedColumns)EntityKeywords(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getEntityId
public StrColumn getEntityId()
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getText
public StrColumn getText()
Keywords describing this entity.- Returns:
- StrColumn
-
getPdbxMutation
public StrColumn getPdbxMutation()
Entity mutation description(s).- Returns:
- StrColumn
-
getPdbxFragment
public StrColumn getPdbxFragment()
Entity fragment description(s).- Returns:
- StrColumn
-
getPdbxEc
public StrColumn getPdbxEc()
Enzyme Commission (EC) number(s)- Returns:
- StrColumn
-
getPdbxAntibodyIsotype
public StrColumn getPdbxAntibodyIsotype()
PDB placeholder.- Returns:
- StrColumn
-
-