Package org.rcsb.cif.schema.mm
Class PdbxEntityBranchDescriptor
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntityBranchDescriptor
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntityBranchDescriptor
extends DelegatingCategory
Data items in the PDBX_ENTITY_BRANCH_DESCRIPTOR category provide
string descriptors of entity chemical structure.
-
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 PdbxEntityBranchDescriptor(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDescriptor()This data item contains the descriptor value for this entity.StrColumngetEntityId()This data item is a pointer to _entity_poly.entity_id in the ENTITY category.IntColumngetOrdinal()Ordinal index for this category.StrColumngetProgram()This data item contains the name of the program or library used to compute the descriptor.StrColumngetProgramVersion()This data item contains the version of the program or library used to compute the descriptor.StrColumngetType()This data item contains the descriptor type.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_poly.entity_id in the ENTITY category.- Returns:
- StrColumn
-
getDescriptor
This data item contains the descriptor value for this entity.- Returns:
- StrColumn
-
getType
This data item contains the descriptor type.- Returns:
- StrColumn
-
getProgram
This data item contains the name of the program or library used to compute the descriptor.- Returns:
- StrColumn
-
getProgramVersion
This data item contains the version of the program or library used to compute the descriptor.- Returns:
- StrColumn
-
getOrdinal
Ordinal index for this category.- Returns:
- IntColumn
-