public class DefaultDialectOption extends Object implements SingleValueKnowledgeBuilderOption
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_NAME
The property name for the default DIALECT
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static DefaultDialectOption |
get(String name)
This is a factory method for this DefaultDialect configuration.
|
String |
getName()
Returns the name of the dialect configured as default
|
String |
getPropertyName() |
int |
hashCode() |
String |
toString() |
public static final String PROPERTY_NAME
public static DefaultDialectOption get(String name)
name
- the name of the dialect to be configured as defaultpublic String getPropertyName()
getPropertyName
in interface org.kie.api.conf.Option
public String getName()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.