Uses of Class
org.apache.stanbol.entityhub.servicesapi.query.TextConstraint.PatternType

Packages that use TextConstraint.PatternType
org.apache.stanbol.entityhub.servicesapi.query   
 

Uses of TextConstraint.PatternType in org.apache.stanbol.entityhub.servicesapi.query
 

Methods in org.apache.stanbol.entityhub.servicesapi.query that return TextConstraint.PatternType
 TextConstraint.PatternType TextConstraint.getPatternType()
          The pattern type to be used for this query.
static TextConstraint.PatternType TextConstraint.PatternType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextConstraint.PatternType[] TextConstraint.PatternType.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 TextConstraint.PatternType
TextConstraint(List<String> text, TextConstraint.PatternType wildcardType, boolean caseSensitive, String... languages)
           
TextConstraint(String text, TextConstraint.PatternType wildcardType, boolean caseSensitive, String... languages)
           
 



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