Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.instancemanagement.model
Interface IVariableItem

All Superinterfaces:
java.io.Serializable

public interface IVariableItem
extends java.io.Serializable

Method Summary
 java.lang.String getName()
          Gets the variable name.
 java.lang.String getValue()
          Gets the variable value.
 boolean isEditable()
          Returns whether the variable is editable or not.
 void setValue(java.lang.String value)
          Sets the variable value.

 

Method Detail

getName

java.lang.String getName()
Gets the variable name.
Returns:
the variable name

getValue

java.lang.String getValue()
Gets the variable value.
Returns:
the variable value

setValue

void setValue(java.lang.String value)
Sets the variable value.
Parameters:
value - the new variable value

isEditable

boolean isEditable()
Returns whether the variable is editable or not.
Returns:
true if the variable is editable, false otherwise

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


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