|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.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()
ResponseValues
getIntValues in interface ResponseValuesnull if this
response has no int array.public ResponseValues setIntValues(int[] values)
ResponseValues
setIntValues in interface ResponseValuesvalues - the int array.
this object.public long[] getLongValues()
ResponseValues
getLongValues in interface ResponseValuesnull if this
response has no long array.public ResponseValues setLongValues(long[] values)
ResponseValues
setLongValues in interface ResponseValuesvalues - the long array.
this object.public boolean[] getBooleanValues()
ResponseValues
getBooleanValues in interface ResponseValuesnull if this
response has no boolean array.public ResponseValues setBooleanValues(boolean[] values)
ResponseValues
setBooleanValues in interface ResponseValuesvalues - the boolean array.
this object.public java.lang.Object[] getObjectValues()
ResponseValues
getObjectValues in interface ResponseValuesnull if this
response has no object array.public ResponseValues setObjectValues(java.lang.Object[] values)
ResponseValues
setObjectValues in interface ResponseValuesvalues - the object array.
this object.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||