protected class EnumEnumDefinition.EnumTypeFormatter extends AbstractFormatter<TYPE>
| Constructor and Description |
|---|
EnumTypeFormatter()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFormat(TYPE enumValue,
Appendable buffer) |
format, format, formatNullprotected void doFormat(TYPE enumValue, Appendable buffer) throws IOException
doFormat in class AbstractFormatter<TYPE extends Enum<TYPE>>enumValue - is the value to format (not null).buffer - is the Appendable to append the formatted
value to.IOException - if caused by append.AbstractFormatter.format(Object, Appendable)Copyright © 2001–2015 mmm-Team. All rights reserved.