Package org.rcsb.cif.schema.mm
Class DatabasePDBTvect
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.DatabasePDBTvect
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DatabasePDBTvect
extends DelegatingCategory
The DATABASE_PDB_TVECT category provides placeholders for
the TVECT matrices and vectors used by the Protein Data
Bank (PDB).
These data items are included only for consistency with older
PDB format files. They should appear in a data block only if
the data block was created by reformatting a PDB format file.
-
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 DatabasePDBTvect(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of this TVECT.StrColumngetId()The value of _database_PDB_tvect.id must uniquely identify a record in the DATABASE_PDB_TVECT list.FloatColumngetVector1()The elements of the PDB TVECT vector.FloatColumngetVector2()The elements of the PDB TVECT vector.FloatColumngetVector3()The elements of the PDB TVECT vector.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
A description of special aspects of this TVECT.- Returns:
- StrColumn
-
getId
The value of _database_PDB_tvect.id must uniquely identify a record in the DATABASE_PDB_TVECT list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getVector1
The elements of the PDB TVECT vector.- Returns:
- FloatColumn
-
getVector2
The elements of the PDB TVECT vector.- Returns:
- FloatColumn
-
getVector3
The elements of the PDB TVECT vector.- Returns:
- FloatColumn
-