Package org.rcsb.cif.model.generated
Class PdbxBondDistanceLimits
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxBondDistanceLimits
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxBondDistanceLimits extends BaseCategory
This category provides a table of upper and lower distance limits used as criteria in determining covalent bonds. The table is organized by atom type pairs.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxBondDistanceLimits(String name)PdbxBondDistanceLimits(String name, int rowCount, Object[] encodedColumns)PdbxBondDistanceLimits(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAtomType1()The first atom type defining the bondStrColumngetAtomType2()The first atom type defining the bondFloatColumngetLowerLimit()The lower bond distance limit.FloatColumngetUpperLimit()The upper bond distance limit.-
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
-
getAtomType1
public StrColumn getAtomType1()
The first atom type defining the bond- Returns:
- StrColumn
-
getAtomType2
public StrColumn getAtomType2()
The first atom type defining the bond- Returns:
- StrColumn
-
getLowerLimit
public FloatColumn getLowerLimit()
The lower bond distance limit.- Returns:
- FloatColumn
-
getUpperLimit
public FloatColumn getUpperLimit()
The upper bond distance limit.- Returns:
- FloatColumn
-
-