Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.7.0)
E14900-09


com.oracle.bpel.sensor.schemas
Interface ITSensorList

All Known Implementing Classes:
TSensorList

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

addSensor

void addSensor(ITSensor vSensor)
               throws java.lang.IndexOutOfBoundsException
Method addSensor
Parameters:
vSensor -
Throws:
java.lang.IndexOutOfBoundsException

clearSensor

void clearSensor()
Method clearSensor

getSensor

ITSensor getSensor(int index)
                   throws java.lang.IndexOutOfBoundsException
Returns the value of field 'sensor'. from the specified position(index). The field 'sensor' has the following description:
Parameters:
index -
Returns:
the value of field 'sensor'. from the specified position(index)
Throws:
java.lang.IndexOutOfBoundsException

getSensor

java.util.List getSensor()
Returns the value of field 'sensor' as List. The field 'sensor' has the following description:
Returns:
the value of field 'sensor'

getSensorCount

int getSensorCount()
Returns the total number of sensor as integer for this facade dom element.

removeSensor

ITSensor removeSensor(int index)
                      throws java.lang.IndexOutOfBoundsException
Method removeSensor
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setSensor

void setSensor(int index,
               ITSensor vSensor)
               throws java.lang.IndexOutOfBoundsException
Sets the given value for element'sensor' at the specified position (index).The field has the following description:
Parameters:
index -
vSensor -
Throws:
java.lang.IndexOutOfBoundsException

setSensor

void setSensor(java.util.List sensorList)
Sets the value of 'sensor' by copying the given ArrayList. The field has the following description:
Parameters:
sensorList - the value of field 'sensor'.

Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.7.0)
E14900-09


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.