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