Uses of Class
org.eclipse.mat.query.registry.QueryObjectLink.Type

Packages that use QueryObjectLink.Type
org.eclipse.mat.query.registry Package for getting a list of queries and examining their capabilities and setting them up. 
 

Uses of QueryObjectLink.Type in org.eclipse.mat.query.registry
 

Methods in org.eclipse.mat.query.registry that return QueryObjectLink.Type
 QueryObjectLink.Type QueryObjectLink.getType()
           
static QueryObjectLink.Type QueryObjectLink.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QueryObjectLink.Type[] QueryObjectLink.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.mat.query.registry with parameters of type QueryObjectLink.Type
static java.lang.String QueryObjectLink.forType(QueryObjectLink.Type type, java.lang.String target)
           
 

Constructors in org.eclipse.mat.query.registry with parameters of type QueryObjectLink.Type
QueryObjectLink(QueryObjectLink.Type type, java.lang.String target)