public enum LambdaPredicateD402BB302038D798E6B7D66231A7DC40 extends Enum<LambdaPredicateD402BB302038D798E6B7D66231A7DC40> implements org.drools.model.functions.Predicate2<StockTickEvent,String>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Field and Description |
---|---|
static String |
EXPRESSION_HASH |
Modifier and Type | Method and Description |
---|---|
boolean |
test(StockTickEvent _this,
String $name) |
static LambdaPredicateD402BB302038D798E6B7D66231A7DC40 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambdaPredicateD402BB302038D798E6B7D66231A7DC40[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LambdaPredicateD402BB302038D798E6B7D66231A7DC40 INSTANCE
public static final String EXPRESSION_HASH
public static LambdaPredicateD402BB302038D798E6B7D66231A7DC40[] values()
for (LambdaPredicateD402BB302038D798E6B7D66231A7DC40 c : LambdaPredicateD402BB302038D798E6B7D66231A7DC40.values()) System.out.println(c);
public static LambdaPredicateD402BB302038D798E6B7D66231A7DC40 valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean test(StockTickEvent _this, String $name) throws Exception
test
in interface org.drools.model.functions.Predicate2<StockTickEvent,String>
Exception
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.