| Package | Description |
|---|---|
| org.apache.stanbol.entityhub.servicesapi.query |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
TextConstraint(List<String> text,
TextConstraint.PatternType wildcardType,
boolean caseSensitive,
String... languages) |
TextConstraint(String text,
TextConstraint.PatternType wildcardType,
boolean caseSensitive,
String... languages) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.