public class EnumFormatter extends Object implements Formatter<Enum<?>>
| Constructor and Description |
|---|
EnumFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Enum<?> input)
Formats the supplied value as a String.
|
void |
init()
Does nothing since no initialization is needed.
|
void |
setFormatPattern(String formatPattern)
Does nothing.
|
void |
setFormatType(String formatType)
Does nothing.
|
void |
setLocale(Locale locale)
Does nothing.
|
public void setFormatType(String formatType)
setFormatType in interface Formatter<Enum<?>>public void setFormatPattern(String formatPattern)
setFormatPattern in interface Formatter<Enum<?>>public void setLocale(Locale locale)
public void init()
© Copyright 2005-2006, Stripes Development Team.