|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.config.CompassEnvironment.Converter.Format
public abstract class CompassEnvironment.Converter.Format
Formatted settings that apply to all the default date and number types.
| Field Summary | |
|---|---|
static String |
FORMAT
The format itself. |
static String |
LOCALE
The locale used with the formatters. |
static String |
MAX_POOL_SIZE
The maximum pool size. |
static String |
MIN_POOL_SIZE
The minimum pool size. |
| Constructor Summary | |
|---|---|
CompassEnvironment.Converter.Format()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FORMAT
SimpleDateFormat. For number formats
please see DecimalFormat.
public static final String LOCALE
public static final String MIN_POOL_SIZE
public static final String MAX_POOL_SIZE
| Constructor Detail |
|---|
public CompassEnvironment.Converter.Format()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||