Package org.rcsb.cif.schema.mm
Class EmEntityAssemblyMolwt
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmEntityAssemblyMolwt
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmEntityAssemblyMolwt
extends DelegatingCategory
Data items in this category record details about the molecular weight of
an assembly component of the sample.
-
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 EmEntityAssemblyMolwt(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntityAssemblyId()A reference to _em_entity_assembly.id which uniquely identifies one assembly or assembly component of the imaged sample.StrColumngetExperimentalFlag()Identifies whether the given molecular weight was derived experimentally.StrColumngetId()Ordinal key for the em_entity_assembly_molwt category.StrColumngetMethod()The method used to determine the molecular weight.StrColumngetUnits()Molecular weight units.FloatColumngetValue()The molecular weight of the assembly component.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntityAssemblyId
A reference to _em_entity_assembly.id which uniquely identifies one assembly or assembly component of the imaged sample.- Returns:
- StrColumn
-
getExperimentalFlag
Identifies whether the given molecular weight was derived experimentally.- Returns:
- StrColumn
-
getId
Ordinal key for the em_entity_assembly_molwt category.- Returns:
- StrColumn
-
getUnits
Molecular weight units.- Returns:
- StrColumn
-
getValue
The molecular weight of the assembly component.- Returns:
- FloatColumn
-
getMethod
The method used to determine the molecular weight.- Returns:
- StrColumn
-