ERIValueType Class Reference
Inherits
er::extensions::eof::ERXConstant::NumberConstant.
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
Member Function Documentation
| Format formatterForFormat |
( |
String |
format |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Frameworks/EOF/ERIndexing/Sources/er/indexing/attributes/ERIValueType.java