Package org.rcsb.cif.schema.mm
Class EntityNameCom
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EntityNameCom
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EntityNameCom
extends DelegatingCategory
Data items in the ENTITY_NAME_COM category record the common name
or names associated with the entity. In some cases, the entity
name may not be the same as the name of the biological structure.
For example, haemoglobin alpha chain would be the entity common
name, not haemoglobin.
-
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 EntityNameCom(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.StrColumngetName()A common name for the entity.StrColumngetPdbxProvenance()Provides the provenance of the name in the _entity_name_com.name fieldMethods 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
-
getName
A common name for the entity.- Returns:
- StrColumn
-
getPdbxProvenance
Provides the provenance of the name in the _entity_name_com.name field- Returns:
- StrColumn
-