|
KIE Internal 6.0.0.Beta1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kie.internal.builder.conf.DefaultDialectOption
public class DefaultDialectOption
A class for the default dialect configuration.
Field Summary | |
---|---|
static String |
PROPERTY_NAME
The property name for the default DIALECT |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTY_NAME
Method Detail |
---|
public static DefaultDialectOption get(String name)
name
- the name of the dialect to be configured as default
public String getPropertyName()
getPropertyName
in interface org.kie.api.conf.Option
public String getName()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
KIE Internal 6.0.0.Beta1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |