Constant Field Values

Contents

org.drools.*

  • org.drools.base.base.CoreComponentsBuilder 
    Modifier and Type Constant Field Value
    public static final java.lang.String NO_MVEL "You\'re trying to compile a Drools asset without mvel. Please add the module org.drools:drools-mvel to your classpath."
  • org.drools.base.base.SimpleValueType 
    Modifier and Type Constant Field Value
    public static final int BOOLEAN 2
    public static final int CHAR 6
    public static final int DATE 8
    public static final int DECIMAL 5
    public static final int FUNCTION 11
    public static final int INTEGER 4
    public static final int LIST 9
    public static final int NULL 1
    public static final int NUMBER 3
    public static final int OBJECT 10
    public static final int STRING 7
    public static final int UNKNOWN 0
  • org.drools.base.base.XMLSupport 
    Modifier and Type Constant Field Value
    public static final java.lang.String NO_XML_SUPPORT "You\'re trying to perform a xml related operation without the necessary xml support for drools. Please add the module org.drools:drools-xml-support to your classpath."
  • org.drools.base.factmodel.traits.TraitConstants 
    Modifier and Type Constant Field Value
    public static final java.lang.String FIELDTMS_FIELD_NAME "__$$field_Tms$$"
    public static final java.lang.String MAP_FIELD_NAME "__$$dynamic_properties_map$$"
    public static final java.lang.String TRAITSET_FIELD_NAME "__$$dynamic_traits_map$$"
  • org.drools.base.factmodel.traits.TraitFieldTMS 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_NAME "org/drools/traits/core/factmodel/TraitFieldTMSImpl"
  • org.drools.base.factmodel.traits.TraitType 
    Modifier and Type Constant Field Value
    public static final java.lang.String traitNameField "__$$trait_Name"
  • org.drools.base.factmodel.traits.TraitTypeMapConstants 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_NAME "org/drools/traits/core/factmodel/TraitTypeMapImpl"
  • org.drools.base.time.Interval 
    Modifier and Type Constant Field Value
    public static final long MAX 9223372036854775807L
    public static final long MIN -9223372036854775808L