|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.domain.project.OdiKMComparator
public class OdiKMComparator
Class implements a Comparator for sorting KM. The sort order gives priority to KM's that are default KM's for the specified technologies.
| Constructor Summary | |
|---|---|
OdiKMComparator(OdiTechnology pSourceTechnology,
OdiTechnology pTargetTechnology)
Constructs an OdiKMComparator object. |
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Object pKM1,
java.lang.Object pKM2)
Used internally by the Comparator consumer. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public OdiKMComparator(OdiTechnology pSourceTechnology,
OdiTechnology pTargetTechnology)
pSourceTechnology - an OdiTechnology objectpTargetTechnology - an OdiTechnology object| Method Detail |
|---|
public int compare(java.lang.Object pKM1,
java.lang.Object pKM2)
compare in interface java.util.ComparatorpKM1 - KM object 1pKM2 - KM object 2
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||