Package de.redsix.dmncheck.feel
Class ExpressionTypes.CasesMatchers.PartialMatcher_ITEMDEFINITION<R>
- java.lang.Object
-
- de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher<R>
-
- de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher_ITEMDEFINITION<R>
-
- Direct Known Subclasses:
ExpressionTypes.CasesMatchers.PartialMatcher_ENUM,ExpressionTypes.CasesMatchers.TotalMatcher_ENUM
- Enclosing class:
- ExpressionTypes.CasesMatchers
public static class ExpressionTypes.CasesMatchers.PartialMatcher_ITEMDEFINITION<R> extends ExpressionTypes.CasesMatchers.PartialMatcher<R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionTypes.CasesMatchers.PartialMatcher<R>ITEMDEFINITION(Function<org.camunda.bpm.model.dmn.instance.ItemDefinition,R> ITEMDEFINITION)ExpressionTypes.CasesMatchers.PartialMatcher<R>ITEMDEFINITION_(R r)-
Methods inherited from class de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Method Detail
-
ITEMDEFINITION
public final ExpressionTypes.CasesMatchers.PartialMatcher<R> ITEMDEFINITION(Function<org.camunda.bpm.model.dmn.instance.ItemDefinition,R> ITEMDEFINITION)
-
ITEMDEFINITION_
public final ExpressionTypes.CasesMatchers.PartialMatcher<R> ITEMDEFINITION_(R r)
-
-