|
Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager 11g Release 1 (11.1.1.6.3) E14900-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.collaxa.cube.xml.BaseFacade
com.oracle.bpel.sensor.schemas.TProcessSensorValueList
public class TProcessSensorValueList
| Constructor Summary | |
|---|---|
TProcessSensorValueList() |
|
TProcessSensorValueList(org.w3c.dom.Element domElement) |
|
| Method Summary | |
|---|---|
java.lang.String |
__getFacadeName()Method __getFacadeName |
void |
addSensorValue(ITProcessSensorValue vSensorValue)Method addSensorValue |
void |
clearSensorValue()Method clearSensorValue |
ITProcessInstanceInfo |
getProcess()Returns the value of field 'process'. |
java.util.List |
getSensorValue()Returns the value of field 'sensorValue' as List. |
ITProcessSensorValue |
getSensorValue(int index)Returns the value of field 'sensorValue'. |
int |
getSensorValueCount()Returns the total number of sensorValue as integer for this facade dom element. |
ITProcessSensorValue |
removeSensorValue(int index)Method removeSensorValue |
void |
setProcess(ITProcessInstanceInfo process)Sets the value of field 'process'. |
void |
setSensorValue(int index, ITProcessSensorValue vSensorValue)Sets the given value for element'sensorValue' at the specified position (index).The field has the following description: |
void |
setSensorValue(java.util.List sensorValueList)Sets the value of 'sensorValue' by copying the given ArrayList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TProcessSensorValueList()
public TProcessSensorValueList(org.w3c.dom.Element domElement)
| Method Detail |
|---|
public java.lang.String __getFacadeName()
public void addSensorValue(ITProcessSensorValue vSensorValue)
throws java.lang.IndexOutOfBoundsException
addSensorValue in interface ITProcessSensorValueListvSensorValue -java.lang.IndexOutOfBoundsExceptionpublic void clearSensorValue()
clearSensorValue in interface ITProcessSensorValueListpublic ITProcessInstanceInfo getProcess()
getProcess in interface ITProcessSensorValueList
public ITProcessSensorValue getSensorValue(int index)
throws java.lang.IndexOutOfBoundsException
getSensorValue in interface ITProcessSensorValueListindex -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getSensorValue()
getSensorValue in interface ITProcessSensorValueListpublic int getSensorValueCount()
getSensorValueCount in interface ITProcessSensorValueList
public ITProcessSensorValue removeSensorValue(int index)
throws java.lang.IndexOutOfBoundsException
removeSensorValue in interface ITProcessSensorValueListindex -java.lang.IndexOutOfBoundsExceptionpublic void setProcess(ITProcessInstanceInfo process)
setProcess in interface ITProcessSensorValueListprocess - the value of field 'process'.
public void setSensorValue(int index,
ITProcessSensorValue vSensorValue)
throws java.lang.IndexOutOfBoundsException
setSensorValue in interface ITProcessSensorValueListindex -vSensorValue -java.lang.IndexOutOfBoundsExceptionpublic void setSensorValue(java.util.List sensorValueList)
setSensorValue in interface ITProcessSensorValueListsensorValueList - the value of field 'sensorValue'.
|
Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager 11g Release 1 (11.1.1.6.3) E14900-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||