Class UseModuleInfo
- java.lang.Object
-
- com.nomagic.magicdraw.teamwork2.local2remote.ResolveLocalModuleInfo
-
- com.nomagic.magicdraw.teamwork2.local2remote.UseModuleInfo
-
@OpenApi public final class UseModuleInfo extends ResolveLocalModuleInfo
Use remote module resolution info. Remote module will be used instead of local module when local project is added to teamwork.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
mRemoteId
-
Constructor Summary
Constructors Constructor Description UseModuleInfo(IAttachedProject attachedProject, java.lang.String remoteId)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRemoteId()
-
Methods inherited from class com.nomagic.magicdraw.teamwork2.local2remote.ResolveLocalModuleInfo
getAttachedProject
-
-
-
-
Constructor Detail
-
UseModuleInfo
@OpenApi public UseModuleInfo(IAttachedProject attachedProject, java.lang.String remoteId)
Constructor.- Parameters:
attachedProject
- local module to replace.remoteId
- remote module teamwork project id.
-
-