Uses of Class
org.apache.stanbol.entityhub.servicesapi.query.Constraint.ConstraintType

Packages that use Constraint.ConstraintType
org.apache.stanbol.entityhub.servicesapi.query   
 

Uses of Constraint.ConstraintType in org.apache.stanbol.entityhub.servicesapi.query
 

Methods in org.apache.stanbol.entityhub.servicesapi.query that return Constraint.ConstraintType
 Constraint.ConstraintType Constraint.getType()
          Getter for the type of the constraint.
static Constraint.ConstraintType Constraint.ConstraintType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Constraint.ConstraintType[] Constraint.ConstraintType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.stanbol.entityhub.servicesapi.query with parameters of type Constraint.ConstraintType
Constraint(Constraint.ConstraintType type)
           
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.