public static class DynamicQuery.Parameter extends Object
| Constructor and Description |
|---|
Parameter(String name,
Object value,
String predicate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getPredicate() |
Object |
getValue() |
void |
setName(String name) |
void |
setPredicate(String predicate) |
void |
setValue(Object value) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.