Package org.rcsb.cif.model.generated
Class PdbxDatabasePDBMaster
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDatabasePDBMaster
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDatabasePDBMaster extends BaseCategory
The PDBX_DATABASE_PDB_MASTER category provides placeholders for the count of various PDB record types.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDatabasePDBMaster(String name)PdbxDatabasePDBMaster(String name, int rowCount, Object[] encodedColumns)PdbxDatabasePDBMaster(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntryId()A link to _ENTRY.idIntColumngetNumConect()The number of PDB records of a particular type.IntColumngetNumCoord()The number of PDB records of a particular type.IntColumngetNumFtnote()The number of PDB records of a particular type.IntColumngetNumHelix()The number of PDB records of a particular type.IntColumngetNumHet()The number of PDB records of a particular type.IntColumngetNumRemark()The number of PDB records of a particular type.IntColumngetNumSeqres()The number of PDB records of a particular type.IntColumngetNumSheet()The number of PDB records of a particular type.IntColumngetNumSite()The number of PDB records of a particular type.IntColumngetNumTer()The number of PDB records of a particular type.IntColumngetNumTrans()The number of PDB records of a particular type.IntColumngetNumTurn()The number of PDB records of a particular 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
-
getEntryId
public StrColumn getEntryId()
A link to _ENTRY.id- Returns:
- StrColumn
-
getNumRemark
public IntColumn getNumRemark()
The number of PDB records of a particular type.- Returns:
- IntColumn
-
getNumFtnote
public IntColumn getNumFtnote()
The number of PDB records of a particular type.- Returns:
- IntColumn
-
getNumHet
public IntColumn getNumHet()
The number of PDB records of a particular type.- Returns:
- IntColumn
-
getNumHelix
public IntColumn getNumHelix()
The number of PDB records of a particular type.- Returns:
- IntColumn
-
getNumSheet
public IntColumn getNumSheet()
The number of PDB records of a particular type.- Returns:
- IntColumn
-
getNumTurn
public IntColumn getNumTurn()
The number of PDB records of a particular type.- Returns:
- IntColumn
-
getNumSite
public IntColumn getNumSite()
The number of PDB records of a particular type.- Returns:
- IntColumn
-
getNumTrans
public IntColumn getNumTrans()
The number of PDB records of a particular type.- Returns:
- IntColumn
-
getNumCoord
public IntColumn getNumCoord()
The number of PDB records of a particular type.- Returns:
- IntColumn
-
getNumTer
public IntColumn getNumTer()
The number of PDB records of a particular type.- Returns:
- IntColumn
-
getNumConect
public IntColumn getNumConect()
The number of PDB records of a particular type.- Returns:
- IntColumn
-
getNumSeqres
public IntColumn getNumSeqres()
The number of PDB records of a particular type.- Returns:
- IntColumn
-
-