Package org.rcsb.cif.model.generated
Class EmEntityAssemblyMolwt
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmEntityAssemblyMolwt
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmEntityAssemblyMolwt extends BaseCategory
Data items in this category record details about the molecular weight of an assembly component of the sample.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmEntityAssemblyMolwt(String name)EmEntityAssemblyMolwt(String name, int rowCount, Object[] encodedColumns)EmEntityAssemblyMolwt(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getEntityAssemblyId
public StrColumn getEntityAssemblyId()
A reference to _em_entity_assembly.id which uniquely identifies one assembly or assembly component of the imaged sample.- Returns:
- StrColumn
-
getExperimentalFlag
public StrColumn getExperimentalFlag()
Identifies whether the given molecular weight was derived experimentally.- Returns:
- StrColumn
-
getId
public StrColumn getId()
Ordinal key for the em_entity_assembly_molwt category.- Returns:
- StrColumn
-
getUnits
public StrColumn getUnits()
Molecular weight units.- Returns:
- StrColumn
-
getValue
public FloatColumn getValue()
The molecular weight of the assembly component.- Returns:
- FloatColumn
-
getMethod
public StrColumn getMethod()
The method used to determine the molecular weight.- Returns:
- StrColumn
-
-