Package org.rcsb.cif.schema.mm
Class StructConfType
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructConfType
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructConfType
extends DelegatingCategory
Data items in the STRUCT_CONF_TYPE category record details
about the criteria used to identify backbone conformations of a
segment of polymer.
-
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 StructConfType(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCriteria()The criteria used to assign this conformation type.StrColumngetId()The descriptor that categorizes the type of the conformation of the backbone of the polymer (whether protein or nucleic acid).StrColumngetReference()A literature reference that defines the criteria used to assign this conformation type and subtype.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCriteria
The criteria used to assign this conformation type.- Returns:
- StrColumn
-
getId
The descriptor that categorizes the type of the conformation of the backbone of the polymer (whether protein or nucleic acid). Explicit values for the torsion angles that define each conformation are not given here, but it is expected that the author would provide such information in either the _struct_conf_type.criteria or _struct_conf_type.reference data items, or both.- Returns:
- StrColumn
-
getReference
A literature reference that defines the criteria used to assign this conformation type and subtype.- Returns:
- StrColumn
-