|
Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager 11g Release 1 (11.1.1.5.0) E14900-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITSensorList
Interface ITSensorList.
| Method Summary | |
|---|---|
void |
addSensor(ITSensor vSensor)Method addSensor |
void |
clearSensor()Method clearSensor |
java.util.List |
getSensor()Returns the value of field 'sensor' as List. |
ITSensor |
getSensor(int index)Returns the value of field 'sensor'. |
int |
getSensorCount()Returns the total number of sensor as integer for this facade dom element. |
ITSensor |
removeSensor(int index)Method removeSensor |
void |
setSensor(int index, ITSensor vSensor)Sets the given value for element'sensor' at the specified position (index).The field has the following description: |
void |
setSensor(java.util.List sensorList)Sets the value of 'sensor' by copying the given ArrayList. |
| Method Detail |
|---|
void addSensor(ITSensor vSensor)
throws java.lang.IndexOutOfBoundsException
vSensor -java.lang.IndexOutOfBoundsExceptionvoid clearSensor()
ITSensor getSensor(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionjava.util.List getSensor()
int getSensorCount()
ITSensor removeSensor(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsException
void setSensor(int index,
ITSensor vSensor)
throws java.lang.IndexOutOfBoundsException
index -vSensor -java.lang.IndexOutOfBoundsExceptionvoid setSensor(java.util.List sensorList)
sensorList - the value of field 'sensor'.
|
Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager 11g Release 1 (11.1.1.5.0) E14900-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||