Package org.rcsb.cif.model.generated
Class DatabasePDBTvect
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.DatabasePDBTvect
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class DatabasePDBTvect extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description DatabasePDBTvect(String name)DatabasePDBTvect(String name, int rowCount, Object[] encodedColumns)DatabasePDBTvect(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getDetails
public StrColumn getDetails()
A description of special aspects of this TVECT.- Returns:
- StrColumn
-
getId
public 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
public FloatColumn getVector1()
The elements of the PDB TVECT vector.- Returns:
- FloatColumn
-
getVector2
public FloatColumn getVector2()
The elements of the PDB TVECT vector.- Returns:
- FloatColumn
-
getVector3
public FloatColumn getVector3()
The elements of the PDB TVECT vector.- Returns:
- FloatColumn
-
-