com.intel.gpe.gridbeans.workflow
Class WorkflowXMLObject

java.lang.Object
  extended by com.intel.gpe.gridbeans.workflow.WorkflowXMLObject
All Implemented Interfaces:
IParameterValue

public class WorkflowXMLObject
extends java.lang.Object
implements IParameterValue

The representation of a abstract XML structure for a workflow GridBean. This representation contains one variable containing XML structure.

Version:
$Id: WorkflowXMLObject.java,v 1.1 2006/10/30 16:13:46 vashorin Exp $
Author:
Valery Shorin

Constructor Summary
WorkflowXMLObject()
           
WorkflowXMLObject(com.intel.gpe.clients.api.workflow.Variable variable)
           
 
Method Summary
 GridBeanParameterType getType()
           
 com.intel.gpe.clients.api.workflow.Variable getVariable()
           
 void setVariable(com.intel.gpe.clients.api.workflow.Variable variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowXMLObject

public WorkflowXMLObject()

WorkflowXMLObject

public WorkflowXMLObject(com.intel.gpe.clients.api.workflow.Variable variable)
Method Detail

getVariable

public com.intel.gpe.clients.api.workflow.Variable getVariable()

setVariable

public void setVariable(com.intel.gpe.clients.api.workflow.Variable variable)

getType

public GridBeanParameterType getType()
Specified by:
getType in interface IParameterValue
Returns:
Variable's type


Copyright © 2008. All Rights Reserved.