| Package | Description |
|---|---|
| edu.emory.cci.aiw.i2b2etl.dest.metadata |
| Modifier and Type | Method and Description |
|---|---|
ConceptOperator |
Concept.getOperator() |
ConceptOperator |
UserObject.getOperator()
Returns which operator will be used to query this concept (
EQUAL or LIKE). |
static ConceptOperator |
ConceptOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptOperator[] |
ConceptOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Concept.setOperator(ConceptOperator operator) |
void |
UserObject.setOperator(ConceptOperator operator) |
Copyright © 2012–2018 Emory University. All rights reserved.