Package org.rcsb.cif.schema.mm
Class PdbxStructAssemblyProp
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructAssemblyProp
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructAssemblyProp
extends DelegatingCategory
Properties and features of structural assemblies.
-
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 PdbxStructAssemblyProp(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetBiolId()The identifier for the assembly used in category PDBX_STRUCT_ASSEMBLY.StrColumngetDetails()Additional details about this assembly property.StrColumngetType()The property type for the assembly.StrColumngetValue()The value of the assembly property.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getBiolId
The identifier for the assembly used in category PDBX_STRUCT_ASSEMBLY.- Returns:
- StrColumn
-
getType
The property type for the assembly.- Returns:
- StrColumn
-
getValue
The value of the assembly property.- Returns:
- StrColumn
-
getDetails
Additional details about this assembly property.- Returns:
- StrColumn
-