Packagecom.flexmonster.pivot.data.types.input.imd
Classpublic class DataFieldType
InheritanceDataFieldType Inheritance Object



Public Methods
 MethodDefined By
  
fromOCSV(type:int):String
[static]
DataFieldType
  
toOCSV(type:String):int
[static]
DataFieldType
  
typeFromValue(value:String):String
[static]
DataFieldType
  
typeName(type:int):String
[static]
DataFieldType
  
typeNum(type:String):int
[static]
DataFieldType
  
valid(type:String):Boolean
[static]
DataFieldType
Public Constants
 ConstantDefined By
  BOOLEAN : String = boolean
[static]
DataFieldType
  DATE : String = date
[static]
DataFieldType
  DATE_STRING : String = date string
[static]
DataFieldType
  DATETIME : String = datetime
[static]
DataFieldType
  HIDDEN : String = hidden
[static]
DataFieldType
  HIERARCHICAL_DATE : String = year/month/day
[static]
DataFieldType
  HIERARCHICAL_DATE_WITH_QUARTERS : String = year/quarter/month/day
[static]
DataFieldType
  ID : String = id
[static]
DataFieldType
  LEVEL : String = level
[static]
DataFieldType
  MONTH : String = month
[static]
DataFieldType
  NUMBER : String = number
[static]
DataFieldType
  STRING : String = string
[static]
DataFieldType
  TIME : String = time
[static]
DataFieldType
  WEEKDAY : String = weekday
[static]
DataFieldType
Method Detail
fromOCSV()method
public static function fromOCSV(type:int):String

Parameters

type:int

Returns
String
toOCSV()method 
public static function toOCSV(type:String):int

Parameters

type:String

Returns
int
typeFromValue()method 
public static function typeFromValue(value:String):String

Parameters

value:String

Returns
String
typeName()method 
public static function typeName(type:int):String

Parameters

type:int

Returns
String
typeNum()method 
public static function typeNum(type:String):int

Parameters

type:String

Returns
int
valid()method 
public static function valid(type:String):Boolean

Parameters

type:String

Returns
Boolean
Constant Detail
BOOLEANConstant
public static const BOOLEAN:String = boolean

DATEConstant 
public static const DATE:String = date

DATE_STRINGConstant 
public static const DATE_STRING:String = date string

DATETIMEConstant 
public static const DATETIME:String = datetime

HIDDENConstant 
public static const HIDDEN:String = hidden

HIERARCHICAL_DATEConstant 
public static const HIERARCHICAL_DATE:String = year/month/day

HIERARCHICAL_DATE_WITH_QUARTERSConstant 
public static const HIERARCHICAL_DATE_WITH_QUARTERS:String = year/quarter/month/day

IDConstant 
public static const ID:String = id

LEVELConstant 
public static const LEVEL:String = level

MONTHConstant 
public static const MONTH:String = month

NUMBERConstant 
public static const NUMBER:String = number

STRINGConstant 
public static const STRING:String = string

TIMEConstant 
public static const TIME:String = time

WEEKDAYConstant 
public static const WEEKDAY:String = weekday