Package oracle.rules.sdk2.dictionary
Class DOID
java.lang.Object
oracle.rules.sdk2.dictionary.DOID
- All Implemented Interfaces:
Serializable
Dictionary Object ID
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final String
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final String
static final DOID
static final DOID
static final String
static final DOID
static final String
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
Deprecated.static final DOID
static final DOID
static final DOID
static final String
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final DOID
static final String
static final DOID
static final DOID
static final DOID
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static DOID
getJavaClassID
(String name) convert between names and IDs for Java and primitive IDs onlyint
hashCode()
int
intValue()
Get the integer value of the identifier, or 0 if not a local or temp IDboolean
isArray()
boolean
final boolean
boolean
isGlobal()
static boolean
boolean
isJava()
boolean
isLocal()
final boolean
final boolean
final boolean
static boolean
boolean
isTemp()
boolean
isValid()
final boolean
isXSData()
static DOID
newBuiltinID
(String name) static DOID
static DOID
static DOID
newJavaClassID
(String name) static DOID
static DOID
newJavaFieldID
(Class c, Field f) static DOID
newJavaMethodID
(Class c, Method m) static DOID
newJavaPropertyID
(Class containingClass, PropertyDescriptor prop) static DOID
newJavaPropertyID
(String containingClassName, String propName) static DOID
newLocalID
(String name) static DOID
static DOID
parse a DOID from a stringtoString()
-
Field Details
-
UNDEFINED
- See Also:
-
JAVA_TYPE_ID_PREFIX
- See Also:
-
BUILTIN_TYPE_ID_PREFIX
- See Also:
-
GLOBAL_TYPE_ID_PREFIX
- See Also:
-
LOCAL_TYPE_ID_PREFIX
- See Also:
-
TEMP_TYPE_ID_PREFIX
- See Also:
-
nil
-
BOOLEAN
-
STRING
-
INT
-
LONG
-
SHORT
-
CHAR
-
BYTE
-
DOUBLE
-
FLOAT
-
NUMBER
-
OBJECT
-
NULL
-
VOID
-
CALENDAR
-
XML_CALENDAR
-
XML_DURATION
-
THROWABLE
-
LIST
-
COLLECTION
-
BIG_INTEGER
-
BIG_DECIMAL
-
DOUBLE_W
-
INTEGER_W
-
SHORT_W
-
LONG_W
-
FLOAT_W
-
BOOLEAN_W
-
COMPARABLE
-
PRIMITIVE_NUMERIC
Deprecated. -
AGGR_COUNT
-
AGGR_AVG
-
AGGR_MAX
-
AGGR_MIN
-
AGGR_SUM
-
AGGR_COLLECTION
-
FILTER_NAME
-
FILTER_DESCRIPTION
-
FILTER_PRIORITY
-
FILTER_START_DATE
-
FILTER_END_DATE
-
FILTER_MINUTES_UNTIL_START_DATE
-
FILTER_MINUTES_UNTIL_END_DATE
-
FILTER_DAYS_UNTIL_START_DATE
-
FILTER_DAYS_UNTIL_END_DATE
-
FILTER_YEARS_UNTIL_START_DATE
-
FILTER_YEARS_UNTIL_END_DATE
-
FILTER_ACTIVE
-
FILTER_VALID
-
FILTER_FACT_TYPES
-
TEST_EQ
-
TEST_NE
-
TEST_LT
-
TEST_LE
-
TEST_GT
-
TEST_GE
-
TEST_BETWEEN
-
TEST_IN
-
TEST_NOT
-
-
Method Details
-
toString
-
isID
-
isValid
public boolean isValid() -
isJava
public boolean isJava() -
isBuiltin
public boolean isBuiltin() -
isGlobal
public boolean isGlobal() -
isLocal
public boolean isLocal() -
isTemp
public boolean isTemp() -
isArray
public boolean isArray() -
intValue
public int intValue()Get the integer value of the identifier, or 0 if not a local or temp ID- Returns:
- int
-
getJavaClassName
convert between names and IDs for Java and primitive IDs only- Returns:
- Java class name (or member name) or null if not a java id
-
parse
parse a DOID from a string- Parameters:
raw
- String to parse- Returns:
- DOID
-
newJavaClassID
-
newJavaClassID
-
getJavaClassID
-
newJavaMethodID
-
newJavaFieldID
-
newJavaConstructorID
-
newJavaPropertyID
-
newJavaPropertyID
-
newBuiltinID
-
newGlobalID
-
newLocalID
-
newTempID
-
hashCode
public int hashCode() -
equals
-
isPrimitive
public final boolean isPrimitive() -
isPrimitiveNumeric
public final boolean isPrimitiveNumeric() -
isNumeric
public final boolean isNumeric() -
isXSData
public final boolean isXSData() -
isComparableWithBetween
public final boolean isComparableWithBetween() -
isPrimitiveOrNumericOrXSData
-