|
||||||||||
| 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(java.lang.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(java.util.List<java.lang.String> text,
TextConstraint.PatternType wildcardType,
boolean caseSensitive,
java.lang.String... languages)
|
|
TextConstraint(java.lang.String text,
TextConstraint.PatternType wildcardType,
boolean caseSensitive,
java.lang.String... languages)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||