public class DateFunction extends BaseFEELFunction
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.regexp.shared.RegExp |
BEGIN_YEAR |
static DateTimeFormatter |
FEEL_DATE |
static DateFunction |
INSTANCE |
| Constructor and Description |
|---|
DateFunction() |
| Modifier and Type | Method and Description |
|---|---|
org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAccessor> |
invoke(Number year,
Number month,
Number day) |
org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAccessor> |
invoke(String val) |
org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAccessor> |
invoke(TemporalAccessor date) |
getName, getParam, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setNamepublic static final com.google.gwt.regexp.shared.RegExp BEGIN_YEAR
public static final DateTimeFormatter FEEL_DATE
public static final DateFunction INSTANCE
public org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAccessor> invoke(String val)
public org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAccessor> invoke(Number year, Number month, Number day)
public org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAccessor> invoke(TemporalAccessor date)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.