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