public static class MCtableItem.TableColumnDefinition
extends java.lang.Object
Constructor and Description |
---|
TableColumnDefinition()
Default constructor
|
TableColumnDefinition(int column,
MCbasicCodedEntry conceptName,
MCbasicCodedEntry measurementUnits)
Create a new instance of the table column definition sequence item
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber()
Get the column, numbered from 1, of the table that this concept describes.
|
MCbasicCodedEntry |
getConceptNameCode()
Get the concept that describes the meaning of the column(s).
|
MCbasicCodedEntry |
getMeasurementUnitsCode()
Get the units of measurement that apply to all the numeric values in this column.
|
void |
read(MCattributeSet source)
Read all the attributes in this table column definition from an attribute set
|
void |
setColumnNumber(int num)
Set the column, numbered from 1, of the table that this concept describes.
|
void |
setConceptNameCode(MCbasicCodedEntry concept)
Set the concept that describes the meaning of the column(s).
|
void |
setMeasurementUnitsCode(MCbasicCodedEntry measurementUnits)
Set the units of measurement that apply to all the numeric values in this column.
|
void |
write(MCattributeSet destination)
Write all the attributes in this table column definition to an attribute set
|
public TableColumnDefinition()
public TableColumnDefinition(int column, MCbasicCodedEntry conceptName, MCbasicCodedEntry measurementUnits)
column
- The column, numbered from 1, of the table that this concept describes.conceptName
- The concept that describes the meaning of the column(s).measurementUnits
- The units of measurement that apply to all the numeric values in this column.public int getColumnNumber()
public void setColumnNumber(int num)
num
- The column numberpublic MCbasicCodedEntry getConceptNameCode()
public void setConceptNameCode(MCbasicCodedEntry concept)
concept
- The concept name coded entrypublic MCbasicCodedEntry getMeasurementUnitsCode()
public void setMeasurementUnitsCode(MCbasicCodedEntry measurementUnits)
measurementUnits
- The units of measuremetn coded entrypublic void read(MCattributeSet source)
source
- The source attribute setMCexception
- If the source parameter is nullpublic void write(MCattributeSet destination)
destination
- The destination attribute setMCexception
- If the destination parameter is null or not an
MCitem
object.