Package com.nomagic.uml2.ext.jmi.reflect
Interface AbstractRepository.IDProxy
- 
- Enclosing class:
 - AbstractRepository
 
public static interface AbstractRepository.IDProxy 
- 
- 
Field Summary
Fields Modifier and Type Field Description static AbstractRepository.IDProxyLOCAL 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetID(ModelObject object)voidsetID(java.lang.String id, ModelObject object)java.lang.StringsGetID(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) 
 - 
 
 -