Uses of Class
org.rhq.helpers.perftest.support.jpa.DependencyType

Packages that use DependencyType
org.rhq.helpers.perftest.support.jpa   
 

Uses of DependencyType in org.rhq.helpers.perftest.support.jpa
 

Methods in org.rhq.helpers.perftest.support.jpa that return DependencyType
 DependencyType Edge.getDependencyType()
           
static DependencyType DependencyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DependencyType[] DependencyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.helpers.perftest.support.jpa with parameters of type DependencyType
 void Node.addChild(Node child, Field childField, Field thisField, DependencyType dependencyType)
          Similar to Node.addParent(Node, Field, Field, DependencyType) but creates an edge with this node being the "from" and the child node being the "to" of the newly created edge.
 void Node.addParent(Node parent, Field parentField, Field thisField, DependencyType dependencyType)
          Add a parent node.
 

Constructors in org.rhq.helpers.perftest.support.jpa with parameters of type DependencyType
Edge(Node from, Node to, Field fromField, Field toField, DependencyType dependencyType)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.