|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.common.SvcMsgResponse
oracle.jbo.common.SvcMsgResponseValues
public class SvcMsgResponseValues
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
SvcMsgResponseValues(int oper, java.lang.String resName) |
|
| Method Summary | |
|---|---|
boolean[] |
getBooleanValues()Returns the boolean array data in this response. |
int[] |
getIntValues()Returns the int array data in this response. |
long[] |
getLongValues()Returns the long array data in this response. |
java.lang.Object[] |
getObjectValues()Returns the object array data in this response. |
ResponseValues |
setBooleanValues(boolean[] values)Sets the boolean array for this response. |
ResponseValues |
setIntValues(int[] values)Sets the int array for this response. |
ResponseValues |
setLongValues(long[] values)Sets the long array for this response. |
ResponseValues |
setObjectValues(java.lang.Object[] values)Sets the object array for this response. |
| Methods inherited from class oracle.jbo.common.SvcMsgResponse |
|---|
getName, getOperation, isReference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.svcmsg.Response |
|---|
getName, getOperation |
| Constructor Detail |
|---|
public SvcMsgResponseValues(int oper,
java.lang.String resName)
| Method Detail |
|---|
public int[] getIntValues()
ResponseValuesgetIntValues in interface ResponseValuesnull if this response has no int array.public ResponseValues setIntValues(int[] values)
ResponseValuessetIntValues in interface ResponseValuesvalues - the int array.this object.public long[] getLongValues()
ResponseValuesgetLongValues in interface ResponseValuesnull if this response has no long array.public ResponseValues setLongValues(long[] values)
ResponseValuessetLongValues in interface ResponseValuesvalues - the long array.this object.public boolean[] getBooleanValues()
ResponseValuesgetBooleanValues in interface ResponseValuesnull if this response has no boolean array.public ResponseValues setBooleanValues(boolean[] values)
ResponseValuessetBooleanValues in interface ResponseValuesvalues - the boolean array.this object.public java.lang.Object[] getObjectValues()
ResponseValuesgetObjectValues in interface ResponseValuesnull if this response has no object array.public ResponseValues setObjectValues(java.lang.Object[] values)
ResponseValuessetObjectValues in interface ResponseValuesvalues - the object array.this object.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||