|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.FormattableFlags
public class FormattableFlags
This class contains a set of flags used
by the Formattable#formatTo() method.
They are used to modify the output of the
Formattable. The interpretation and
validation of the flags is left to the
particular Formattable.
| Field Summary | |
|---|---|
static int |
ALTERNATE
Requires the use of an alternate form, as specified in the documentation of Formattable. |
static int |
LEFT_JUSTIFY
Requires the output to be left-justified. |
static int |
UPPERCASE
Requires the output to be in uppercase. |
| 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
String.toUpperCase(java.util.Locale) with
the formatting locale. The output is as for the
format specifier '^' ('^').
public static final int ALTERNATE
Formattable.
The output is as for the format specifier
'#' ('#').
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||