| Package | Description |
|---|---|
| org.oncoblocks.centromere.core.repository |
| Modifier and Type | Method and Description |
|---|---|
Evaluation |
QueryParameterDescriptor.getEvaluation() |
Evaluation |
QueryCriteria.getEvaluation() |
static Evaluation |
Evaluation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Evaluation[] |
Evaluation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryParameterDescriptor.setEvaluation(Evaluation evaluation) |
void |
QueryCriteria.setEvaluation(Evaluation evaluation) |
| Constructor and Description |
|---|
QueryCriteria(String key,
Object value,
Evaluation evaluation) |
QueryParameterDescriptor(String paramName,
String fieldName,
Class<?> type,
Evaluation evaluation) |
Copyright © 2016. All rights reserved.