public enum LambdaExtractorEEC8F166BF997716F7FD532DEE05FFDB extends Enum<LambdaExtractorEEC8F166BF997716F7FD532DEE05FFDB> implements org.drools.model.functions.Function1<StockTickEvent,String>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Field and Description |
---|---|
static String |
EXPRESSION_HASH |
Modifier and Type | Method and Description |
---|---|
String |
apply(StockTickEvent _this) |
static LambdaExtractorEEC8F166BF997716F7FD532DEE05FFDB |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambdaExtractorEEC8F166BF997716F7FD532DEE05FFDB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LambdaExtractorEEC8F166BF997716F7FD532DEE05FFDB INSTANCE
public static final String EXPRESSION_HASH
public static LambdaExtractorEEC8F166BF997716F7FD532DEE05FFDB[] values()
for (LambdaExtractorEEC8F166BF997716F7FD532DEE05FFDB c : LambdaExtractorEEC8F166BF997716F7FD532DEE05FFDB.values()) System.out.println(c);
public static LambdaExtractorEEC8F166BF997716F7FD532DEE05FFDB 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 String apply(StockTickEvent _this)
apply
in interface org.drools.model.functions.Function1<StockTickEvent,String>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.