Class: UU::DataTable::DataTableModel::ColumnType

Inherits:
Object
  • Object
show all
Defined in:
uu_datatable-0.4.6/lib/uu/datatable/datatable_model.rb

Overview

Enumeration of possible column types passed in methods:

Constant Summary

UESURI =

Column's cells will contains String with normalized UESURI. Example: "ues:TERR:ATR"

'uesuri'
DATE_TIME =

Column's cells will contains String with date information in ISO 8601 format. Example: "1415-07-06T19:20:30.45+01:00"

'datetime'
NUMBER =

Column's cells will contains Numeric values. Example: 3.14

'number'