| Package | Description |
|---|---|
| org.echocat.locela.api.java.format |
| Modifier and Type | Method and Description |
|---|---|
static ChoiceFormatter.Operator |
ChoiceFormatter.Operator.findOperatorFor(char c) |
ChoiceFormatter.Operator |
ChoiceFormatter.Condition.getOperator() |
ChoiceFormatter.Operator |
ChoiceFormatter.ExtractionWithOperator.getOperator() |
static ChoiceFormatter.Operator |
ChoiceFormatter.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChoiceFormatter.Operator[] |
ChoiceFormatter.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Condition(java.lang.String test,
ChoiceFormatter.Operator operator,
Formatter subFormat) |
ExtractionWithOperator(java.lang.String content,
int begin,
int end,
ChoiceFormatter.Operator operator) |
Copyright © 2015 echocat. All Rights Reserved.