protected static <T> IntersectionType |
IntersectionConstraint.intersectionForCONTAINS(Comparable<T>[] firstValue,
Comparable<T>[] secondValue) |
|
protected static <T> IntersectionType |
IntersectionConstraint.intersectionForEQ(Comparable<T> firstValue,
Comparable<T> secondValue) |
|
protected static <T> IntersectionType |
IntersectionConstraint.intersectionForGE(Comparable<T> firstValue,
Comparable<T> secondValue) |
|
protected static <T> IntersectionType |
IntersectionConstraint.intersectionForLE(Comparable<T> firstValue,
Comparable<T> secondValue) |
|
IntersectionType |
DefaultPropertiesIntersectionFinder.match(String propName,
ITableProperties props1,
ITableProperties props2) |
|
IntersectionType |
IntersectionConstraint.match(ITableProperties firstProperties,
ITableProperties secondProperties) |
|
protected abstract IntersectionType |
IntersectionConstraint.matchNotNulls(P firstValue,
P secondValue) |
|
protected IntersectionType |
IntersectionConstraint.matchValues(P firstValue,
P secondValue) |
|
static IntersectionType |
IntersectionType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IntersectionType[] |
IntersectionType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|