Package org.rcsb.cif.model.generated
Class StructSheet
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.StructSheet
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class StructSheet extends BaseCategory
Data items in the STRUCT_SHEET category record details about the beta-sheets.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description StructSheet(String name)StructSheet(String name, int rowCount, Object[] encodedColumns)StructSheet(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getDetails
public StrColumn getDetails()
A description of special aspects of the beta-sheet.- Returns:
- StrColumn
-
getId
public 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
public IntColumn 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
public StrColumn getType()
A simple descriptor for the type of the sheet.- Returns:
- StrColumn
-
-