Package org.rcsb.cif.model.generated
Class PdbxEntityDescriptor
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntityDescriptor
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntityDescriptor extends BaseCategory
Data items in the PDBX_ENTITY_DESCRIPTOR category provide string descriptors of entity chemical structure.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityDescriptor(String name)PdbxEntityDescriptor(String name, int rowCount, Object[] encodedColumns)PdbxEntityDescriptor(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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_poly.entity_id in the ENTITY category.- Returns:
- StrColumn
-
getDescriptor
public StrColumn getDescriptor()
This data item contains the descriptor value for this entity.- Returns:
- StrColumn
-
getType
public StrColumn getType()
This data item contains the descriptor type.- Returns:
- StrColumn
-
getProgram
public StrColumn getProgram()
This data item contains the name of the program or library used to compute the descriptor.- Returns:
- StrColumn
-
getProgramVersion
public StrColumn getProgramVersion()
This data item contains the version of the program or library used to compute the descriptor.- Returns:
- StrColumn
-
getOrdinal
public IntColumn getOrdinal()
Ordinal index for this category.- Returns:
- IntColumn
-
-