Class ModulesService.RegenerateLocalIDs
- java.lang.Object
-
- com.nomagic.magicdraw.core.modules.ModulesService.RegenerateLocalIDs
-
- All Implemented Interfaces:
AbstractRepository.IDProxy
- Enclosing class:
- ModulesService
private static final class ModulesService.RegenerateLocalIDs extends java.lang.Object implements AbstractRepository.IDProxy
-
-
Field Summary
Fields Modifier and Type Field Description private AbstractRepository.IDProxy
idProxy
-
Fields inherited from interface com.nomagic.uml2.ext.jmi.reflect.AbstractRepository.IDProxy
LOCAL
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RegenerateLocalIDs(AbstractRepository.IDProxy idProxy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getID(ModelObject object)
void
setID(java.lang.String id, ModelObject object)
java.lang.String
sGetID(ModelObject object)
-
-
-
Field Detail
-
idProxy
private final AbstractRepository.IDProxy idProxy
-
-
Constructor Detail
-
RegenerateLocalIDs
private RegenerateLocalIDs(AbstractRepository.IDProxy idProxy)
-
-
Method Detail
-
setID
public void setID(java.lang.String id, ModelObject object)
- Specified by:
setID
in interfaceAbstractRepository.IDProxy
-
sGetID
public java.lang.String sGetID(ModelObject object)
- Specified by:
sGetID
in interfaceAbstractRepository.IDProxy
-
getID
public java.lang.String getID(ModelObject object)
- Specified by:
getID
in interfaceAbstractRepository.IDProxy
-
-