com.intel.gpe.clients.api.workflow.gridlet
Class Variable
java.lang.Object
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:
String
- for text data
Element
- for DOM Element
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Variable
public Variable(java.lang.String name,
java.lang.Object[] value)
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.