Package com.nomagic.magicdraw.diff
Interface ModuleInfo
@OpenApiAll
public interface ModuleInfo
Module information.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionModule project IdProject type.Module qualified name.Module root ids.org.eclipse.emf.common.util.URI
getUri()
Module URI.Module version.
-
Method Details
-
getUri
org.eclipse.emf.common.util.URI getUri()Module URI.- Returns:
- uri.
-
getQualifiedName
String getQualifiedName()Module qualified name.- Returns:
- qualified name.
-
getVersion
String getVersion()Module version.- Returns:
- version.
-
getProjectId
String getProjectId()Module project Id- Returns:
- project id.
-
getRootIds
Collection<String> getRootIds()Module root ids.- Returns:
- root ids.
-
getProjectType
ModuleInfo.ProjectType getProjectType()Project type.- Returns:
- project type.
-