Skip navigation links

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


com.oracle.bpel.sensor.schemas
Interface ITSensorActionProperty

All Known Implementing Classes:
TSensorActionProperty

public interface ITSensorActionProperty

Interface ITSensorActionProperty.


Method Summary
 java.lang.String getName()
          Returns the value of field 'name'.
 java.lang.String getValue()
          Returns the value of field 'value'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setValue(java.lang.String value)
          Sets the value of field 'value'.

 

Method Detail

getName

java.lang.String getName()
Returns the value of field 'name'. The field 'name' has the following description: null
Returns:
the value of field 'name'.

getValue

java.lang.String getValue()
Returns the value of field 'value'. The field 'value' has the following description: internal content storage
Returns:
the value of field 'value'.

setName

void setName(java.lang.String name)
Sets the value of field 'name'. The field 'name' has the following description: null
Parameters:
name - the value of field 'name'.

setValue

void setValue(java.lang.String value)
Sets the value of field 'value'. The field 'value' has the following description: internal content storage
Parameters:
value - the value of field 'value'.

Skip navigation links

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


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