Package org.rcsb.cif.schema.mm
Class PdbxStructBiolFunc
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructBiolFunc
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructBiolFunc
extends DelegatingCategory
Data items in the PDBX_STRUCT_BIOL_FUNC category record details about
the function of a particular biological assembly.
-
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 PdbxStructBiolFunc(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetBiolId()This data item is a pointer to _struct_biol.id in the STRUCT_BIOL category.StrColumngetFunction()The function assigned to the biological assembly.StrColumngetId()A code which must uniquely identify each function assigned to a biological assembly.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A code which must uniquely identify each function assigned to a biological assembly.- Returns:
- StrColumn
-
getBiolId
This data item is a pointer to _struct_biol.id in the STRUCT_BIOL category.- Returns:
- StrColumn
-
getFunction
The function assigned to the biological assembly.- Returns:
- StrColumn
-