Constant Field Values
Contents
org.openl.*
-
org.openl.OpenL Modifier and Type Constant Field Value public static final String
OPENL_J_NAME
"org.openl.j"
public static final String
OPENL_JAVA_NAME
"org.openl.rules.java"
public static final String
OPENL_JAVA_RULE_NAME
"org.openl.xls"
-
org.openl.binding.impl.IndexNodeBinder Modifier and Type Constant Field Value public static final String
INDEX_METHOD_NAME
"index"
-
org.openl.binding.impl.module.MethodBindingContext Modifier and Type Constant Field Value public static final int
DEFAULT_CONTEXT_LEVEL
1
public static final boolean
DEFAULT_SEARCH_IN_CONTEXT
true
-
org.openl.conf.OpenLConfigurator Modifier and Type Constant Field Value public static final String
BUILDER_CLASS
".builderclass"
public static final String
DEFAULT_BUILDER_CLASS_PROPERTY
"org.openl.builderclass"
public static final String
OPENL_ALT_CONFIG_ROOT
"lang.config"
public static final String
OPENL_BUILDER
"OpenLBuilder"
public static final String
OPENL_DEFAULT_PROPERTY_FILE_NAME
"OpenL.properties"
public static final String
OPENL_PROPERTY_FILE_PROPERTY
"properties.file"
-
org.openl.engine.OpenLCompileManager Modifier and Type Constant Field Value public static final String
ADDITIONAL_ERROR_MESSAGES_KEY
"additional-error-messages"
public static final String
ADDITIONAL_WARN_MESSAGES_KEY
"additional-warn-messages"
public static final String
EXTERNAL_DEPENDENCIES_KEY
"external-dependencies"
-
org.openl.gen.groovy.GroovyMethodWriter Modifier and Type Constant Field Value public static final String
ARG_NAME
"arg"
public static final String
RETURN
"return"
public static final String
TAB
"\t"
-
org.openl.gen.writers.DefaultValue Modifier and Type Constant Field Value public static final String
DEFAULT
"_DEFAULT_"
-
org.openl.meta.IMetaInfo Modifier and Type Constant Field Value public static final int
LONG
2
public static final int
REGULAR
1
public static final int
SHORT
0
-
org.openl.runtime.AOpenLEngineFactory Modifier and Type Constant Field Value public static final String
DEFAULT_USER_HOME
"."
-
org.openl.syntax.impl.ISyntaxConstants Modifier and Type Constant Field Value public static final String
OPERATORS_NAMESPACE
"org.openl.operators"
public static final String
THIS_NAMESPACE
"org.openl.this"
-
org.openl.types.impl.ThisField Modifier and Type Constant Field Value public static final String
THIS
"this"
-
org.openl.util.MessageUtils Modifier and Type Constant Field Value public static final String
EMPTY_UNQ_IDX_KEY
"Empty key in an unique index."
-
org.openl.util.TableNameChecker Modifier and Type Constant Field Value public static final String
NAME_ERROR_MESSAGE
"%s \'%s\' name error. Name can only have letters, digits, _, $ and should not start with a digit."