Package org.rcsb.cif.schema.mm
Class PdbxValAngle
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxValAngle
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxValAngle
extends DelegatingCategory
The PDBX_VAL_ANGLE category lists the covalent bond angles
in this entry deviating by greater than 6*sigma from
standard values.
This is a completely derived category. Do not edit.
-
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 PdbxValAngle(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetAngle()Value of the angle deviating by more than 6*RMSD from the expected dictionary value.FloatColumngetAngleDeviation()Value of the deviation (in degrees) from 6*RMSD for the angle bounded by the three sites from the expected dictionary valueStrColumngetAuthAsymId1()Identifier of the first of the three atom sites that define the angle.StrColumngetAuthAsymId2()Identifier of the second of the three atom sites that define the angle.StrColumngetAuthAsymId3()Identifier of the third of the three atom sites that define the angle.StrColumngetAuthAtomId1()Identifier of the first of the three atom sites that define the angle.StrColumngetAuthAtomId2()Identifier of the second of the three atom sites that define the angle.StrColumngetAuthAtomId3()Identifier of the third of the three atom sites that define the angle.StrColumngetAuthCompId1()Identifier of the first of the three atom sites that define the angle.StrColumngetAuthCompId2()Identifier of the second of the three atom sites that define the angle.StrColumngetAuthCompId3()Identifier of the third of the three atom sites that define the angle.StrColumngetAuthPDBInsertId1()Optional identifier of the first of the three atom sites that define the angle.StrColumngetAuthPDBInsertId2()Optional identifier of the second of the three atom sites that define the angle.StrColumngetAuthPDBInsertId3()Optional identifier of the third of the three atom sites that define the angle.StrColumngetAuthSeqId1()Identifier of the first of the three atom sites that define the angle.StrColumngetAuthSeqId2()Identifier of the second of the three atom sites that define the angle.StrColumngetAuthSeqId3()Identifier of the third of the three atom sites that define the angle.IntColumngetId()The value of _pdbx_val_angle.id must uniquely identify each item in the PDBX_VAL_ANGLE list.StrColumngetLabelAltId1()A component of the identifier for partner 1 of the angle connection.StrColumngetLabelAltId2()A component of the identifier for partner 2 of the angle connection.StrColumngetLabelAltId3()A component of the identifier for partner 3 of the angle connection.StrColumngetLabelAsymId1()A component of the identifier for partner 1 of the angle connection.StrColumngetLabelAsymId2()A component of the identifier for partner 2 of the angle connection.StrColumngetLabelAsymId3()A component of the identifier for partner 3 of the angle connection.StrColumngetLabelAtomId1()A component of the identifier for partner 1 of the angle connection.StrColumngetLabelAtomId2()A component of the identifier for partner 2 of the angle connection.StrColumngetLabelAtomId3()A component of the identifier for partner 3 of the angle connection.StrColumngetLabelCompId1()A component of the identifier for partner 1 of the angle connection.StrColumngetLabelCompId2()A component of the identifier for partner 2 of the angle connection.StrColumngetLabelCompId3()A component of the identifier for partner 3 of the angle connection.IntColumngetLabelSeqId1()A component of the identifier for partner 1 of the angle connection.IntColumngetLabelSeqId2()A component of the identifier for partner 2 of the angle connection.IntColumngetLabelSeqId3()A component of the identifier for partner 3 of the angle connection.IntColumngetModelId()The model number for the given angleMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _pdbx_val_angle.id must uniquely identify each item in the PDBX_VAL_ANGLE list. This is an integer serial number.- Returns:
- IntColumn
-
getModelId
The model number for the given angle- Returns:
- IntColumn
-
getAuthAsymId1
Identifier of the first of the three atom sites that define the angle. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAtomId1
Identifier of the first of the three atom sites that define the angle. This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId1
Identifier of the first of the three atom sites that define the angle. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId1
Identifier of the first of the three atom sites that define the angle. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAtomId2
Identifier of the second of the three atom sites that define the angle. This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAsymId2
Identifier of the second of the three atom sites that define the angle. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId2
Identifier of the second of the three atom sites that define the angle. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId2
Identifier of the second of the three atom sites that define the angle. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAtomId3
Identifier of the third of the three atom sites that define the angle. This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAsymId3
Identifier of the third of the three atom sites that define the angle. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId3
Identifier of the third of the three atom sites that define the angle. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId3
Identifier of the third of the three atom sites that define the angle. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthPDBInsertId1
Optional identifier of the first of the three atom sites that define the angle.- Returns:
- StrColumn
-
getAuthPDBInsertId2
Optional identifier of the second of the three atom sites that define the angle.- Returns:
- StrColumn
-
getAuthPDBInsertId3
Optional identifier of the third of the three atom sites that define the angle.- Returns:
- StrColumn
-
getLabelAltId1
A component of the identifier for partner 1 of the angle connection.- Returns:
- StrColumn
-
getLabelAsymId1
A component of the identifier for partner 1 of the angle connection. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAtomId1
A component of the identifier for partner 1 of the angle connection. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getLabelCompId1
A component of the identifier for partner 1 of the angle connection. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelSeqId1
A component of the identifier for partner 1 of the angle connection. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getLabelAltId2
A component of the identifier for partner 2 of the angle connection.- Returns:
- StrColumn
-
getLabelAsymId2
A component of the identifier for partner 2 of the angle connection. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAtomId2
A component of the identifier for partner 2 of the angle connection. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getLabelCompId2
A component of the identifier for partner 2 of the angle connection. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelSeqId2
A component of the identifier for partner 2 of the angle connection. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getLabelAltId3
A component of the identifier for partner 3 of the angle connection.- Returns:
- StrColumn
-
getLabelAsymId3
A component of the identifier for partner 3 of the angle connection. This data item is a pointer to _atom_site.label_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAtomId3
A component of the identifier for partner 3 of the angle connection. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getLabelCompId3
A component of the identifier for partner 3 of the angle connection. This data item is a pointer to _atom_site.label_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelSeqId3
A component of the identifier for partner 3 of the angle connection. This data item is a pointer to _atom_site.label_seq_id in the ATOM_SITE category.- Returns:
- IntColumn
-
getAngle
Value of the angle deviating by more than 6*RMSD from the expected dictionary value.- Returns:
- FloatColumn
-
getAngleDeviation
Value of the deviation (in degrees) from 6*RMSD for the angle bounded by the three sites from the expected dictionary value- Returns:
- FloatColumn
-