public class MonthOrDayNameFunctionModifier extends FunctionModifier
| Constructor and Description |
|---|
MonthOrDayNameFunctionModifier(LanguageFactory langFactory,
String format) |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
translate(Function function)
Return a List of translated parts (
LanguageObjects and Objects), or null
if this FunctionModifier wishes to rely on the default translation of the
conversion visitor. |
getCodepublic MonthOrDayNameFunctionModifier(LanguageFactory langFactory, String format)
public List<?> translate(Function function)
FunctionModifierLanguageObjects and Objects), or null
if this FunctionModifier wishes to rely on the default translation of the
conversion visitor.translate in class FunctionModifierfunction - IFunction to be translatedCopyright © 2017 JBoss by Red Hat. All rights reserved.