|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.FormattableFlags
public class FormattableFlags
FormattableFlags are used as a parameter to method Formattable.formatTo() and instruct the output format in Formattables. The validation and interpretation are fulfilled by the implementation of Formattable.
| Field Summary | |
|---|---|
static int |
ALTERNATE
Denotes the output to be formatted in an alternate form. |
static int |
LEFT_JUSTIFY
Denotes the output to be left-justified. |
static int |
UPPERCASE
Denotes the output to be converted to upper case in the way the locale parameter of Formatter.formatTo() requires. |
| 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 int LEFT_JUSTIFY
public static final int UPPERCASE
public static final int ALTERNATE
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||