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

Object
  extended by PageFlowActionForward.ActionOutput
All Implemented Interfaces:
Serializable
Enclosing class:
PageFlowActionForward

public static class PageFlowActionForward.ActionOutput
extends Object
implements Serializable

See Also:
Serialized Form

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()