Package com.nomagic.uml2.ext.jmi.reflect
Interface AbstractRepository.IDProxy
-
- All Known Implementing Classes:
ModulesService.RegenerateLocalIDs
- Enclosing class:
- AbstractRepository
public static interface AbstractRepository.IDProxy
-
-
Field Summary
Fields Modifier and Type Field Description static AbstractRepository.IDProxy
LOCAL
-
Method Summary
All Methods Instance Methods Abstract 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
-
LOCAL
static final AbstractRepository.IDProxy LOCAL
-
-
Method Detail
-
getID
java.lang.String getID(ModelObject object)
-
sGetID
java.lang.String sGetID(ModelObject object)
-
setID
void setID(java.lang.String id, ModelObject object)
-
-