Package | Description |
---|---|
com.orchestranetworks.addon.dex.mapping |
Classes and interfaces to configure mapping between source and target applications.
|
Modifier and Type | Method and Description |
---|---|
Iterator<FieldMapping<SC,TC>> |
FieldMappingList.iterator()
Returns an iterator over the elements in this list in proper sequence.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldMappingList.add(FieldMapping<SC,TC> fieldMapping)
Adds a
FieldMapping object to this list. |
boolean |
FieldMappingList.contains(FieldMapping<SC,TC> fieldMapping)
Returns
true if this contains the specified element. |