Interface ExtraOccurrenceOnLeft
-
- All Superinterfaces:
ExtraAdaptationOnLeft,ExtraOccurrence
public interface ExtraOccurrenceOnLeft extends ExtraOccurrence, ExtraAdaptationOnLeft
Represents the case where a record is defined in the table on the left side not in the table on the right side.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdaptationgetExtraAdaptationOnLeft()booleanisOnRight()-
Methods inherited from interface com.orchestranetworks.service.comparison.ExtraOccurrence
getExtraOccurrence, getExtraOccurrenceName, getXPathPredicate, isOcculted
-
-
-
-
Method Detail
-
isOnRight
boolean isOnRight()
-
getExtraAdaptationOnLeft
Adaptation getExtraAdaptationOnLeft()
- Specified by:
getExtraAdaptationOnLeftin interfaceExtraAdaptationOnLeft
-
-