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