com.intel.gpe.clients.api.workflow.gridlet
Class Variable

java.lang.Object
  extended by com.intel.gpe.clients.api.workflow.gridlet.Variable

public class Variable
extends java.lang.Object

The variable of the Gridlet job. The variable consists of its name and its value. The value is the array of Object where each item is:

These items form a mixed-content XML value of the variable

Author:
Alexander Lukichev

Constructor Summary
Variable(java.lang.String name, java.lang.Object[] value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object[] getValue()
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.Object[] value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Variable

public Variable(java.lang.String name,
                java.lang.Object[] value)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getValue

public java.lang.Object[] getValue()

setValue

public void setValue(java.lang.Object[] value)


Copyright © 2008. All Rights Reserved.