Uses of Class
net.sourceforge.stripes.util.bean.NodeType

Packages that use NodeType
net.sourceforge.stripes.util.bean This package contains classes which implement a limited subset of an expression language for dealing with an extended JavaBean property syntax. 
 

Uses of NodeType in net.sourceforge.stripes.util.bean
 

Methods in net.sourceforge.stripes.util.bean that return NodeType
 NodeType NodeEvaluation.getType()
          Gets the type of the node (bean property, list item etc.).
static NodeType NodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeType[] NodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.stripes.util.bean with parameters of type NodeType
 void NodeEvaluation.setType(NodeType type)
          Gets the type of the node (bean property, list item etc.).
 



? Copyright 2005-2006, Stripes Development Team.