com.intel.gpe.gridbeans.workflow
Class WorkflowXMLObject
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowXMLObject
public WorkflowXMLObject()
WorkflowXMLObject
public WorkflowXMLObject(com.intel.gpe.clients.api.workflow.Variable variable)
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.