|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adfnmc.el.util.IntegerExpression
public class IntegerExpression
Convenience wrapper class that adds numeric operations to an EL ValueExpression that evaluates to an Integer
| Constructor Summary | |
|---|---|
IntegerExpression(java.lang.String elExpression)
|
|
| Method Summary | |
|---|---|
void |
add(int arg)
Set this expression to the sum of this expression and the argument expression |
void |
add(IntegerExpression arg)
Set this expression to the sum of this expression and the argument expression |
void |
assign(int arg)
Assign the value of the argument expression to this expression. |
void |
assign(IntegerExpression arg)
Assign the value of the argument expression to this expression. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerExpression(java.lang.String elExpression)
| Method Detail |
|---|
public void assign(IntegerExpression arg)
throws ELException
arg -
ELExceptionpublic void assign(int arg)
arg - public void add(IntegerExpression arg)
arg - public void add(int arg)
arg -
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||