Package | Description |
---|---|
gov.nih.nci.system.query.cql |
Modifier and Type | Field and Description |
---|---|
static CQLPredicate |
CQLPredicate.EQUAL_TO |
static CQLPredicate |
CQLPredicate.GREATER_THAN |
static CQLPredicate |
CQLPredicate.GREATER_THAN_EQUAL_TO |
static CQLPredicate |
CQLPredicate.IS_NOT_NULL |
static CQLPredicate |
CQLPredicate.IS_NULL |
static CQLPredicate |
CQLPredicate.LESS_THAN |
static CQLPredicate |
CQLPredicate.LESS_THAN_EQUAL_TO |
static CQLPredicate |
CQLPredicate.LIKE |
static CQLPredicate |
CQLPredicate.NOT_EQUAL_TO |
Modifier and Type | Method and Description |
---|---|
CQLPredicate |
CQLAttribute.getPredicate()
Gets the predicate value for this Attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
CQLAttribute.setPredicate(CQLPredicate predicate)
Sets the predicate value for this Attribute.
|
Constructor and Description |
---|
CQLAttribute(java.lang.String name,
CQLPredicate predicate,
java.lang.String value) |