Class DefaultDialectOption

    • Field Detail

      • PROPERTY_NAME

        public static final java.lang.String PROPERTY_NAME
        The property name for the default DIALECT
        See Also:
        Constant Field Values
    • Method Detail

      • get

        public static DefaultDialectOption get​(java.lang.String dialectName)
        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

        public java.lang.String getPropertyName()
        Specified by:
        getPropertyName in interface org.kie.api.conf.Option
      • propertyName

        public java.lang.String propertyName()
        Specified by:
        propertyName in interface org.kie.api.conf.Option
      • dialectName

        public java.lang.String dialectName()
        Returns the name of the dialect configured as default
        Returns:
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object