Uses of Class
fri.util.database.jpa.tree.util.TreeActionLocation.ActionType

Packages that use TreeActionLocation.ActionType
fri.util.database.jpa.tree.util   
 

Uses of TreeActionLocation.ActionType in fri.util.database.jpa.tree.util
 

Fields in fri.util.database.jpa.tree.util declared as TreeActionLocation.ActionType
 TreeActionLocation.ActionType TreeActionLocation.actionType
          The type of the action about to take place.
 

Methods in fri.util.database.jpa.tree.util that return TreeActionLocation.ActionType
static TreeActionLocation.ActionType TreeActionLocation.ActionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TreeActionLocation.ActionType[] TreeActionLocation.ActionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in fri.util.database.jpa.tree.util with parameters of type TreeActionLocation.ActionType
TreeActionLocation(N root, TreeActionLocation.RelatedNodeType relatedNodeType, N relatedNode, TreeActionLocation.ActionType actionType)