| Package | Description |
|---|---|
| org.babyfish.model | |
| org.babyfish.model.metadata | |
| org.babyfish.model.spi |
| Modifier and Type | Method and Description |
|---|---|
static NullComparatorType |
NullComparatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullComparatorType[] |
NullComparatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NullComparatorType |
ComparatorPart.getNullComparatorType() |
| Constructor and Description |
|---|
ComparatorPart(int scalarPropertyId,
NullComparatorType nullComparatorType) |
ComparatorPart(int scalarPropertyId,
StringComparatorType stringComparatorType,
NullComparatorType nullComparatorType) |
| Modifier and Type | Method and Description |
|---|---|
int |
ObjectModel.compareScalar(int scalarPropertyId,
StringComparatorType stringComparatorType,
NullComparatorType nullComparatorType,
ObjectModel other) |
Copyright © 2016. All rights reserved.