Package org.rcsb.cif.model.generated
Class StructConfType
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.StructConfType
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class StructConfType extends BaseCategory
Data items in the STRUCT_CONF_TYPE category record details about the criteria used to identify backbone conformations of a segment of polymer.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description StructConfType(String name)StructConfType(String name, int rowCount, Object[] encodedColumns)StructConfType(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getCriteria
public StrColumn getCriteria()
The criteria used to assign this conformation type.- Returns:
- StrColumn
-
getId
public 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
public StrColumn getReference()
A literature reference that defines the criteria used to assign this conformation type and subtype.- Returns:
- StrColumn
-
-