|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.rules.rl.RLArray
Part of reflection API for RL classes.
| Method Summary | |
static RLObject |
get(RLObject array, int index)Returns the value of the indexed component in the specified array object. |
static int |
getLength(RLObject array)Get length of RL array. |
static RLObject |
newInstance(RLClass componentType, int length)Create new RL array instance. |
static void |
set(RLObject array, int index, RLObject value)Set the value of the indexed component in the specified array Object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static RLObject get(RLObject array,
int index)
throws RLIllegalArgumentException,
RLArrayIndexOutOfBoundsException
RLIllegalArgumentExceptionRLArrayIndexOutOfBoundsException
public static void set(RLObject array,
int index,
RLObject value)
throws RLIllegalArgumentException,
RLArrayIndexOutOfBoundsException,
RLArrayStoreException
array - RLObject arrayindex - array componentvalue - new value of componentRLIllegalArgumentExceptionRLArrayIndexOutOfBoundsExceptionRLArrayStoreException
public static int getLength(RLObject array)
throws RLIllegalArgumentException
RLIllegalArgumentException
public static RLObject newInstance(RLClass componentType,
int length)
throws RLNegativeArraySizeException
componentType - RLClass of componentslength - int >= 0RLNegativeArraySizeException
|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||