SemanticValue<T>
Type parameters
| Type parameter | Value |
|---|---|
T | any |
Constructors
new SemanticValue()
new SemanticValue<
T>(dart):SemanticValue<T>
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Source
Properties
| Property | Modifier | Type |
|---|---|---|
dart | private | any |
tags | public | object |
Accessors
cell
getcell():Cell
setcell(x):void
Parameters
| Parameter | Type |
|---|---|
x | Cell |
Returns
Source
dataType
getdataType():string
Returns
string
Source
gridCell
getgridCell():GridCell<any>
setgridCell(x):void
Parameters
| Parameter | Type |
|---|---|
x | GridCell<any> |
Returns
GridCell<any>
Source
semType
getsemType():string
setsemType(x):void
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
string
Source
units
getunits():any
setunits(x):void
Parameters
| Parameter | Type |
|---|---|
x | any |
Returns
any
Source
value
getvalue():T
setvalue(x):void
Parameters
| Parameter | Type |
|---|---|
x | T |
Returns
T
Source
viewer
getviewer():Viewer<any>
setviewer(x):void
Parameters
| Parameter | Type |
|---|---|
x | Viewer<any> |
Returns
Viewer<any>
Source
Methods
getMeta()
getMeta(
name):any
Parameters
| Parameter | Type |
|---|---|
name | string |
Returns
any
Source
setMeta()
setMeta(
name,value):void
Parameters
| Parameter | Type |
|---|---|
name | string |
value | any |
Returns
void
Source
fromGridCell()
staticfromGridCell(gridCell):SemanticValue<any>
Parameters
| Parameter | Type |
|---|---|
gridCell | GridCell<any> |
Returns
SemanticValue<any>
Source
fromTableCell()
staticfromTableCell(cell):SemanticValue<any>
Parameters
| Parameter | Type |
|---|---|
cell | Cell |
Returns
SemanticValue<any>
Source
fromValueType()
staticfromValueType(value,semType,units?):SemanticValue<any>
Parameters
| Parameter | Type |
|---|---|
value | any |
semType | null | string |
units? | string |
Returns
SemanticValue<any>
Source
parse()
staticparse(s):SemanticValue<any>
Parameters
| Parameter | Type |
|---|---|
s | string |
Returns
SemanticValue<any>
Source
registerRegExpDetector()
staticregisterRegExpDetector(semType,regexp,description?):void
Parameters
| Parameter | Type |
|---|---|
semType | string |
regexp | string |
description? | string |
Returns
void