Skip navigation links

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


com.oracle.bpel.sensor.schemas
Class TProcessSensorValueList

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by com.oracle.bpel.sensor.schemas.TProcessSensorValueList

All Implemented Interfaces:
ITProcessSensorValueList, java.io.Serializable

public class TProcessSensorValueList
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITProcessSensorValueList

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

TProcessSensorValueList

public TProcessSensorValueList()

TProcessSensorValueList

public TProcessSensorValueList(org.w3c.dom.Element domElement)

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

addSensorValue

public void addSensorValue(ITProcessSensorValue vSensorValue)
                    throws java.lang.IndexOutOfBoundsException
Method addSensorValue
Specified by:
addSensorValue in interface ITProcessSensorValueList
Parameters:
vSensorValue -
Throws:
java.lang.IndexOutOfBoundsException

clearSensorValue

public void clearSensorValue()
Method clearSensorValue
Specified by:
clearSensorValue in interface ITProcessSensorValueList

getProcess

public ITProcessInstanceInfo getProcess()
Returns the value of field 'process'. The field 'process' has the following description: null
Specified by:
getProcess in interface ITProcessSensorValueList
Returns:
the value of field 'process'.

getSensorValue

public ITProcessSensorValue getSensorValue(int index)
                                    throws java.lang.IndexOutOfBoundsException
Returns the value of field 'sensorValue'. from the specified position(index). The field 'sensorValue' has the following description:
Specified by:
getSensorValue in interface ITProcessSensorValueList
Parameters:
index -
Returns:
the value of field 'sensorValue'. from the specified position(index)
Throws:
java.lang.IndexOutOfBoundsException

getSensorValue

public java.util.List getSensorValue()
Returns the value of field 'sensorValue' as List. The field 'sensorValue' has the following description:
Specified by:
getSensorValue in interface ITProcessSensorValueList
Returns:
the value of field 'sensorValue'

getSensorValueCount

public int getSensorValueCount()
Returns the total number of sensorValue as integer for this facade dom element.
Specified by:
getSensorValueCount in interface ITProcessSensorValueList

removeSensorValue

public ITProcessSensorValue removeSensorValue(int index)
                                       throws java.lang.IndexOutOfBoundsException
Method removeSensorValue
Specified by:
removeSensorValue in interface ITProcessSensorValueList
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setProcess

public void setProcess(ITProcessInstanceInfo process)
Sets the value of field 'process'. The field 'process' has the following description: null
Specified by:
setProcess in interface ITProcessSensorValueList
Parameters:
process - the value of field 'process'.

setSensorValue

public void setSensorValue(int index,
                           ITProcessSensorValue vSensorValue)
                    throws java.lang.IndexOutOfBoundsException
Sets the given value for element'sensorValue' at the specified position (index).The field has the following description:
Specified by:
setSensorValue in interface ITProcessSensorValueList
Parameters:
index -
vSensorValue -
Throws:
java.lang.IndexOutOfBoundsException

setSensorValue

public void setSensorValue(java.util.List sensorValueList)
Sets the value of 'sensorValue' by copying the given ArrayList. The field has the following description:
Specified by:
setSensorValue in interface ITProcessSensorValueList
Parameters:
sensorValueList - the value of field 'sensorValue'.

Skip navigation links

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


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