|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Choice
private static final class NlsFormatterChoice.Choice
This inner class represents a single choice.
| Field Summary | |
|---|---|
private NlsArgument |
argument
The NlsArgument to use as result or null if
result should be used instead. |
private Filter<Object> |
condition
The condition that determines when the choice applies. |
private String |
result
The literal result. |
| Constructor Summary | |
|---|---|
private |
NlsFormatterChoice.Choice(Filter<Object> condition,
String result,
NlsArgument argument)
The constructor. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final Filter<Object> condition
private final NlsArgument argument
NlsArgument to use as result or null if
result should be used instead.
private final String result
| Constructor Detail |
|---|
private NlsFormatterChoice.Choice(Filter<Object> condition,
String result,
NlsArgument argument)
condition - is the condition.result - is the result.argument - is the argument.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||