|
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()
ResponseValues
getIntValues
in interface ResponseValues
null
if this response has no int array.public ResponseValues setIntValues(int[] values)
ResponseValues
setIntValues
in interface ResponseValues
values
- the int array.this
object.public long[] getLongValues()
ResponseValues
getLongValues
in interface ResponseValues
null
if this response has no long array.public ResponseValues setLongValues(long[] values)
ResponseValues
setLongValues
in interface ResponseValues
values
- the long array.this
object.public boolean[] getBooleanValues()
ResponseValues
getBooleanValues
in interface ResponseValues
null
if this response has no boolean array.public ResponseValues setBooleanValues(boolean[] values)
ResponseValues
setBooleanValues
in interface ResponseValues
values
- the boolean array.this
object.public java.lang.Object[] getObjectValues()
ResponseValues
getObjectValues
in interface ResponseValues
null
if this response has no object array.public ResponseValues setObjectValues(java.lang.Object[] values)
ResponseValues
setObjectValues
in interface ResponseValues
values
- 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 |