|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIdentifierAdapter
Interface that defines methods for ID generation
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter |
---|
org.eclipse.emf.common.notify.Adapter.Internal |
Method Summary | |
---|---|
java.lang.Object |
getID()
gets the id of the current object |
void |
setID(java.lang.Object obj)
sets the id of the current object calculating from the obj |
Methods inherited from interface org.eclipse.emf.common.notify.Adapter |
---|
getTarget, isAdapterForType, notifyChanged, setTarget |
Method Detail |
---|
void setID(java.lang.Object obj)
obj
- the object to do the calculations (is is commonly a String)java.lang.Object getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |