Package org.rcsb.cif.model.generated
Class PdbxEntityPolyProteinClass
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntityPolyProteinClass
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntityPolyProteinClass extends BaseCategory
Data items in the PDBX_ENTITY_POLY_PROTEIN_CLASS category provides a top-level protein classification.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntityPolyProteinClass(String name)PdbxEntityPolyProteinClass(String name, int rowCount, Object[] encodedColumns)PdbxEntityPolyProteinClass(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetClazz()This data item provides a top-level classification of the polymer protein entity.StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.-
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
-
-
-
-
Constructor Detail
-
PdbxEntityPolyProteinClass
public PdbxEntityPolyProteinClass(String name, Map<String,Column> columns)
-
PdbxEntityPolyProteinClass
public PdbxEntityPolyProteinClass(String name, int rowCount, Object[] encodedColumns)
-
PdbxEntityPolyProteinClass
public PdbxEntityPolyProteinClass(String name)
-
-