Package oracle.rules.sdk2.datamodel
Class DataModelConstants
java.lang.Object
oracle.rules.sdk2.datamodel.DataModelConstants
The place all DataModel related constants go. The constants include
Fact Type, Operators, Primitive Types etc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Reserved words that RL and Java have in common.Reserved words introduced by RL.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
-
Field Details
-
STRING
- See Also:
-
OBJECT
- See Also:
-
LIST
- See Also:
-
INT
- See Also:
-
DOUBLE
- See Also:
-
CHAR
- See Also:
-
BOOLEAN
- See Also:
-
BYTE
- See Also:
-
SHORT
- See Also:
-
LONG
- See Also:
-
FLOAT
- See Also:
-
BIG_DECIMAL
- See Also:
-
BIG_INTEGER
- See Also:
-
COLLECTION
- See Also:
-
DOUBLE_W
- See Also:
-
INTEGER_W
- See Also:
-
SHORT_W
- See Also:
-
LONG_W
- See Also:
-
FLOAT_W
- See Also:
-
BOOLEAN_W
- See Also:
-
COMPARABLE
- See Also:
-
NUMBER
- See Also:
-
VOID
- See Also:
-
NULL
- See Also:
-
PRIMITIVE_NUMERIC
- See Also:
-
PRIMITIVE_NUMERIC_OR_COMPARABLE
- See Also:
-
THROWABLE
- See Also:
-
CALENDAR
- See Also:
-
CALENDAR_ALIAS
- See Also:
-
XML_CALENDAR
- See Also:
-
CURRENT_DATE
- See Also:
-
ORACLE_DATE
- See Also:
-
ORACLE_DURATION
- See Also:
-
DURATION_ALIAS
- See Also:
-
XML_DURATION
- See Also:
-
XML_DURATION_ALIAS
- See Also:
-
JAVA_DATE
- See Also:
-
XML_DATE
- See Also:
-
RL
- See Also:
-
PACKAGE_SEP
- See Also:
-
RULE_ALL
- See Also:
-
RULE_PATTERN
- See Also:
-
RULE_TEST
- See Also:
-
RULE_ACTION
- See Also:
-
NOT_IMPORTED
- See Also:
-
OUTDIR
- See Also:
-
XSDPATH
- See Also:
-
PKGNAME
- See Also:
-
CUST_FILE_PATH
- See Also:
-
DEFAULT_CUS_FILE
- See Also:
-
DEFAULT_JAXB_PACKAGENAME
- See Also:
-
PROPERTY_TEMPLATE
- See Also:
-
FIELD_TEMPLATE
- See Also:
-
DICTIONARY_DESC
- See Also:
-
MARKER_DESC
- See Also:
-
TRUE
- See Also:
-
FALSE
- See Also:
-
RLSpecificReservedWords
Reserved words introduced by RL. -
RLJavaReservedWords
Reserved words that RL and Java have in common.
-