org.apache.beehive.netui.pageflow.config
Class PageFlowActionForward.ActionOutput

Object
  extended by PageFlowActionForward.ActionOutput
Enclosing class:
PageFlowActionForward

public static class PageFlowActionForward.ActionOutput
extends Object


Constructor Summary
PageFlowActionForward.ActionOutput(String name, String type, boolean isNullable)
           
 
Method Summary
 String getName()
           
 boolean getNullable()
           
 String getType()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageFlowActionForward.ActionOutput

public PageFlowActionForward.ActionOutput(String name,
                                          String type,
                                          boolean isNullable)
Method Detail

getName

public String getName()

getType

public String getType()

getNullable

public boolean getNullable()