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

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

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

Fields in fri.util.database.jpa.tree.util declared as TreeActionLocation.RelatedNodeType
 TreeActionLocation.RelatedNodeType TreeActionLocation.relatedNodeType
          The relation type of the related node.
 

Methods in fri.util.database.jpa.tree.util that return TreeActionLocation.RelatedNodeType
static TreeActionLocation.RelatedNodeType TreeActionLocation.RelatedNodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TreeActionLocation.RelatedNodeType[] TreeActionLocation.RelatedNodeType.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.RelatedNodeType
TreeActionLocation(N root, TreeActionLocation.RelatedNodeType relatedNodeType, N relatedNode, TreeActionLocation.ActionType actionType)