Daisy Open Source CMS

org.outerj.daisy.workflow
Interface WfVariable


public interface WfVariable


Method Summary
 String getName()
           
 VariableScope getScope()
           
 WfValueType getType()
           
 Object getValue()
           
 org.outerx.daisy.x10Workflow.VariableDocument getXml()
           
 

Method Detail

getName

String getName()

getScope

VariableScope getScope()

getType

WfValueType getType()

getValue

Object getValue()

getXml

org.outerx.daisy.x10Workflow.VariableDocument getXml()

Daisy Open Source CMS