Package org.rcsb.cif.schema.mm
Class StructSheet
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.StructSheet
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class StructSheet
extends DelegatingCategory
Data items in the STRUCT_SHEET category record details about
the beta-sheets.
-
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 StructSheet(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of the beta-sheet.StrColumngetId()The value of _struct_sheet.id must uniquely identify a record in the STRUCT_SHEET list.IntColumngetNumberStrands()The number of strands in the sheet.StrColumngetType()A simple descriptor for the type of the sheet.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
A description of special aspects of the beta-sheet.- Returns:
- StrColumn
-
getId
The value of _struct_sheet.id must uniquely identify a record in the STRUCT_SHEET list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getNumberStrands
The number of strands in the sheet. If a given range of residues bulges out from the strands, it is still counted as one strand. If a strand is composed of two different regions of polypeptide, it is still counted as one strand, as long as the proper hydrogen- bonding connections are made to adjacent strands.- Returns:
- IntColumn
-
getType
A simple descriptor for the type of the sheet.- Returns:
- StrColumn
-