Package de.redsix.dmncheck.feel
Class ExpressionTypes.CaseOfMatchers.TotalMatcher_ENUM<R>
- java.lang.Object
-
- de.redsix.dmncheck.feel.ExpressionTypes.CaseOfMatchers.PartialMatcher<R>
-
- de.redsix.dmncheck.feel.ExpressionTypes.CaseOfMatchers.PartialMatcher_ITEMDEFINITION<R>
-
- de.redsix.dmncheck.feel.ExpressionTypes.CaseOfMatchers.TotalMatcher_ENUM<R>
-
- Enclosing class:
- ExpressionTypes.CaseOfMatchers
public static final class ExpressionTypes.CaseOfMatchers.TotalMatcher_ENUM<R> extends ExpressionTypes.CaseOfMatchers.PartialMatcher_ITEMDEFINITION<R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionTypes.CaseOfMatchers.TotalMatcher_ITEMDEFINITION<R>ENUM(Function<String,R> ENUM)ExpressionTypes.CaseOfMatchers.TotalMatcher_ITEMDEFINITION<R>ENUM_(R r)-
Methods inherited from class de.redsix.dmncheck.feel.ExpressionTypes.CaseOfMatchers.PartialMatcher_ITEMDEFINITION
ITEMDEFINITION, ITEMDEFINITION_
-
Methods inherited from class de.redsix.dmncheck.feel.ExpressionTypes.CaseOfMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Method Detail
-
ENUM
public final ExpressionTypes.CaseOfMatchers.TotalMatcher_ITEMDEFINITION<R> ENUM(Function<String,R> ENUM)
-
ENUM_
public final ExpressionTypes.CaseOfMatchers.TotalMatcher_ITEMDEFINITION<R> ENUM_(R r)
-
-