public enum ExternaliseCanonicalModelLambdaOption extends Enum<ExternaliseCanonicalModelLambdaOption> implements SingleValueKnowledgeBuilderOption
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_NAME
The property name for the sequential mode option
|
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
boolean |
isCanonicalModelLambdaExternalized() |
static ExternaliseCanonicalModelLambdaOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternaliseCanonicalModelLambdaOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternaliseCanonicalModelLambdaOption ENABLED
public static final ExternaliseCanonicalModelLambdaOption DISABLED
public static final String PROPERTY_NAME
public static ExternaliseCanonicalModelLambdaOption[] values()
for (ExternaliseCanonicalModelLambdaOption c : ExternaliseCanonicalModelLambdaOption.values()) System.out.println(c);
public static ExternaliseCanonicalModelLambdaOption 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 getPropertyName()
getPropertyName
in interface org.kie.api.conf.Option
public boolean isCanonicalModelLambdaExternalized()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.