Packagecom.flexmonster.pivot.data.types
Classpublic class MeasureType
InheritanceMeasureType Inheritance Object



Public Methods
 MethodDefined By
  
fromColumnType(fromType:int):int
[static]
MeasureType
  
fromDataType(fromType:String):int
[static]
MeasureType
  
fromFMD(type:String):int
[static]
MeasureType
  
fromXMLA(type:int):int
[static]
MeasureType
  
toDataFieldType(fromType:int):String
[static]
MeasureType
Public Constants
 ConstantDefined By
  BOOLEAN : int = 3
[static]
MeasureType
  COUNT : int = 7
[static]
MeasureType
  DATE : int = 4
[static]
MeasureType
  DATETIME : int = 6
[static]
MeasureType
  NUMBER : int = 1
[static]
MeasureType
  STRING : int = 2
[static]
MeasureType
  TIME : int = 5
[static]
MeasureType
Method Detail
fromColumnType()method
public static function fromColumnType(fromType:int):int

Parameters

fromType:int

Returns
int
fromDataType()method 
public static function fromDataType(fromType:String):int

Parameters

fromType:String

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

Parameters

type:String

Returns
int
fromXMLA()method 
public static function fromXMLA(type:int):int

Parameters

type:int

Returns
int
toDataFieldType()method 
public static function toDataFieldType(fromType:int):String

Parameters

fromType:int

Returns
String
Constant Detail
BOOLEANConstant
public static const BOOLEAN:int = 3

COUNTConstant 
public static const COUNT:int = 7

DATEConstant 
public static const DATE:int = 4

DATETIMEConstant 
public static const DATETIME:int = 6

NUMBERConstant 
public static const NUMBER:int = 1

STRINGConstant 
public static const STRING:int = 2

TIMEConstant 
public static const TIME:int = 5