Package org.rcsb.cif.model.generated
Class EmBufferComponent
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmBufferComponent
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmBufferComponent extends BaseCategory
Buffer category
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmBufferComponent(String name)EmBufferComponent(String name, int rowCount, Object[] encodedColumns)EmBufferComponent(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetBufferId()Foreign key to the entry category.FloatColumngetConcentration()The concentration of the sample (arbitrary units).StrColumngetConcentrationUnits()Units for the sample concentration value.StrColumngetFormula()formula for buffer componentStrColumngetId()This data item is the primary key of the category.StrColumngetName()name of the buffer 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
-
getBufferId
public StrColumn getBufferId()
Foreign key to the entry category.- Returns:
- StrColumn
-
getConcentration
public FloatColumn getConcentration()
The concentration of the sample (arbitrary units).- Returns:
- FloatColumn
-
getConcentrationUnits
public StrColumn getConcentrationUnits()
Units for the sample concentration value.- Returns:
- StrColumn
-
getFormula
public StrColumn getFormula()
formula for buffer component- Returns:
- StrColumn
-
getId
public StrColumn getId()
This data item is the primary key of the category.- Returns:
- StrColumn
-
getName
public StrColumn getName()
name of the buffer component- Returns:
- StrColumn
-
-