|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||