Package org.rcsb.cif.schema.mm
Class PdbxEntityBranch
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntityBranch
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntityBranch
extends DelegatingCategory
Data items in the PDBX_ENTITY_BRANCH category specify the list
of branched entities and the type.
-
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 PdbxEntityBranch(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntityId()The entity id for this branched entity.StrColumngetType()The type of this branched oligosaccharide.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntityId
The entity id for this branched entity. This data item is a pointer to _entity.id- Returns:
- StrColumn
-
getType
The type of this branched oligosaccharide.- Returns:
- StrColumn
-