ERIValueType Class Reference

Inherits er::extensions::eof::ERXConstant::NumberConstant.

Collaboration diagram for ERIValueType:

Collaboration graph
[legend]

List of all members.

Classes

class  BooleanFormat
class  IdentityFormat

Public Member Functions

Format formatterForFormat (String format)

Static Public Member Functions

static ERIValueType valueType (int key)

Static Public Attributes

static ERIValueType BOOLEAN = new ERIValueType(5, "ERIValueTypeBoolean", new BooleanFormat())
static ERIValueType DATE = new ERIValueType(4, "ERIValueTypeDate", new NSTimestampFormatter())
static ERIValueType DECIMAL = new ERIValueType(3, "ERIValueTypeDecimal", new DecimalFormat("0.00"))
static ERIValueType INTEGER = new ERIValueType(2, "ERIValueTypeInteger", new DecimalFormat("0"))
static ERIValueType STRING = new ERIValueType(1, "ERIValueTypeString", new IdentityFormat())

Protected Member Functions

 ERIValueType (int value, String name, Format format)

Private Attributes

Format _format


Constructor & Destructor Documentation

ERIValueType ( int  value,
String  name,
Format  format 
) [protected]


Member Function Documentation

Format formatterForFormat ( String  format  ) 

static ERIValueType valueType ( int  key  )  [static]


Member Data Documentation

Format _format [private]

ERIValueType BOOLEAN = new ERIValueType(5, "ERIValueTypeBoolean", new BooleanFormat()) [static]

ERIValueType DATE = new ERIValueType(4, "ERIValueTypeDate", new NSTimestampFormatter()) [static]

ERIValueType DECIMAL = new ERIValueType(3, "ERIValueTypeDecimal", new DecimalFormat("0.00")) [static]

ERIValueType INTEGER = new ERIValueType(2, "ERIValueTypeInteger", new DecimalFormat("0")) [static]

ERIValueType STRING = new ERIValueType(1, "ERIValueTypeString", new IdentityFormat()) [static]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:21 2012 for Project Wonder by  doxygen 1.5.8