com.intel.gpe.gridbeans.workflow
Class WorkflowURLFile

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

public class WorkflowURLFile
extends java.lang.Object
implements IParameterValue

The representation of a URL file for a workflow GridBean. This representation contains one variable containing URL.

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

Constructor Summary
WorkflowURLFile()
           
WorkflowURLFile(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

WorkflowURLFile

public WorkflowURLFile()

WorkflowURLFile

public WorkflowURLFile(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.