Package org.rcsb.cif.schema.mm
Class StructConnType
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructConnType
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructConnType
extends DelegatingCategory
Data items in the STRUCT_CONN_TYPE category record details
about the criteria used to identify interactions between
portions of the structure.
-
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 StructConnType(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCriteria()The criteria used to define the interaction.StrColumngetId()The chemical or structural type of the interaction.StrColumngetReference()A reference that specifies the criteria used to define the interaction.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 define the interaction.- Returns:
- StrColumn
-
getId
The chemical or structural type of the interaction.- Returns:
- StrColumn
-
getReference
A reference that specifies the criteria used to define the interaction.- Returns:
- StrColumn
-