Package | Description |
---|---|
sf.dsl |
Modifier and Type | Method and Description |
---|---|
Example.ValueType |
Example.Criterion.getValueType() |
static Example.ValueType |
Example.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Example.ValueType[] |
Example.ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Criterion(String condition,
Object value,
Example.ValueType valueType,
ColumnMapping column) |
Copyright © 2020. All rights reserved.