Package org.rcsb.cif.model.generated
Class StructConnType
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.StructConnType
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class StructConnType extends BaseCategory
Data items in the STRUCT_CONN_TYPE category record details about the criteria used to identify interactions between portions of the structure.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description StructConnType(String name)StructConnType(String name, int rowCount, Object[] encodedColumns)StructConnType(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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 define the interaction.- Returns:
- StrColumn
-
getId
public StrColumn getId()
The chemical or structural type of the interaction.- Returns:
- StrColumn
-
getReference
public StrColumn getReference()
A reference that specifies the criteria used to define the interaction.- Returns:
- StrColumn
-
-