Package de.redsix.dmncheck.feel
Class ExpressionTypes.CasesMatchers.TotalMatcher_TOP
- java.lang.Object
-
- de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.TotalMatcher_TOP
-
- Enclosing class:
- ExpressionTypes.CasesMatchers
public static final class ExpressionTypes.CasesMatchers.TotalMatcher_TOP extends Object
-
-
Method Summary
-
-
-
Method Detail
-
TOP
public final <R> ExpressionTypes.CasesMatchers.TotalMatcher_STRING<R> TOP(Supplier<R> TOP)
-
TOP_
public final <R> ExpressionTypes.CasesMatchers.TotalMatcher_STRING<R> TOP_(R r)
-
STRING
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_BOOLEAN<R> STRING(Supplier<R> STRING)
-
STRING_
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_BOOLEAN<R> STRING_(R r)
-
BOOLEAN
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_INTEGER<R> BOOLEAN(Supplier<R> BOOLEAN)
-
BOOLEAN_
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_INTEGER<R> BOOLEAN_(R r)
-
INTEGER
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_LONG<R> INTEGER(Supplier<R> INTEGER)
-
INTEGER_
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_LONG<R> INTEGER_(R r)
-
LONG
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_DOUBLE<R> LONG(Supplier<R> LONG)
-
LONG_
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_DOUBLE<R> LONG_(R r)
-
DOUBLE
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_DATE<R> DOUBLE(Supplier<R> DOUBLE)
-
DOUBLE_
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_DATE<R> DOUBLE_(R r)
-
DATE
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_ENUM<R> DATE(Supplier<R> DATE)
-
DATE_
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_ENUM<R> DATE_(R r)
-
ENUM
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_ITEMDEFINITION<R> ENUM(Function<String,R> ENUM)
-
ENUM_
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher_ITEMDEFINITION<R> ENUM_(R r)
-
ITEMDEFINITION
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher<R> ITEMDEFINITION(Function<org.camunda.bpm.model.dmn.instance.ItemDefinition,R> ITEMDEFINITION)
-
ITEMDEFINITION_
public final <R> ExpressionTypes.CasesMatchers.PartialMatcher<R> ITEMDEFINITION_(R r)
-
-