Interface MDExtensionExistenceDifference
-
- All Superinterfaces:
Difference
,DifferenceLocation
,ElementDifference
,MDExtensionDifference
@OpenApiAll public interface MDExtensionExistenceDifference extends MDExtensionDifference
MDExtension existence difference.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MDExtensionExistenceDifference.Type
Existence difference type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDExtensionExistenceDifference.Type
getType()
Difference tyoe.-
Methods inherited from interface com.nomagic.magicdraw.diff.DifferenceLocation
getModuleURI
-
Methods inherited from interface com.nomagic.magicdraw.diff.ElementDifference
getElementID
-
Methods inherited from interface com.nomagic.magicdraw.diff.mdextensions.MDExtensionDifference
getData, getSource
-
-
-
-
Method Detail
-
getType
MDExtensionExistenceDifference.Type getType()
Difference tyoe.- Returns:
- type of difference.
-
-