Package org.kie.internal.builder.conf
Class DefaultDialectOption
java.lang.Object
org.kie.internal.builder.conf.DefaultDialectOption
- All Implemented Interfaces:
Serializable,Option,SingleValueOption,KnowledgeBuilderOption,SingleValueKieBuilderOption
A class for the default dialect configuration.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic OptionKey<DefaultDialectOption>static final StringThe property name for the default DIALECTFields inherited from interface org.kie.internal.builder.conf.KnowledgeBuilderOption
TYPE -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the dialect configured as defaultbooleanstatic DefaultDialectOptionThis is a factory method for this DefaultDialect configuration.inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.internal.builder.conf.KnowledgeBuilderOption
type
-
Field Details
-
PROPERTY_NAME
The property name for the default DIALECT- See Also:
-
KEY
-
-
Method Details
-
get
This is a factory method for this DefaultDialect configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.- Parameters:
name- the name of the dialect to be configured as default- Returns:
- the actual type safe default dialect configuration.
-
getPropertyName
- Specified by:
getPropertyNamein interfaceOption
-
propertyName
- Specified by:
propertyNamein interfaceOption
-
dialectName
Returns the name of the dialect configured as default- Returns:
-
toString
-
hashCode
public int hashCode() -
equals
-