| Package | Description |
|---|---|
| org.jboss.windup.config.query |
| Modifier and Type | Method and Description |
|---|---|
static QueryPropertyComparisonType |
QueryPropertyComparisonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryPropertyComparisonType[] |
QueryPropertyComparisonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryBuilderWith |
QueryBuilderWith.withProperty(String property,
QueryPropertyComparisonType searchType,
Object searchValue)
Narrow the query to
WindupVertexFrame instances that satisfy the given property comparison. |
QueryBuilderWith |
Query.withProperty(String property,
QueryPropertyComparisonType searchType,
Object searchValue) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.