Uses of Class
org.jboss.windup.config.query.QueryPropertyComparisonType
-
Packages that use QueryPropertyComparisonType Package Description org.jboss.windup.config.query -
-
Uses of QueryPropertyComparisonType in org.jboss.windup.config.query
Methods in org.jboss.windup.config.query that return QueryPropertyComparisonType Modifier and Type Method Description static QueryPropertyComparisonTypeQueryPropertyComparisonType. 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.Methods in org.jboss.windup.config.query with parameters of type QueryPropertyComparisonType Modifier and Type Method Description QueryBuilderWithQuery. withProperty(String property, QueryPropertyComparisonType searchType, Object searchValue)QueryBuilderWithQueryBuilderWith. withProperty(String property, QueryPropertyComparisonType searchType, Object searchValue)Narrow the query toWindupVertexFrameinstances that satisfy the given property comparison.
-