|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MappedObjectState
This interface represents that state information that is available for each mapped object, i.e., each input or output object in the domain.
Method Summary | |
---|---|
java.util.Collection<Mapping> |
getMappings()
This returns all the mappings the refer to the mapped object. |
java.lang.Object |
getOriginatingInput()
This returns, if appropriate, the originating input object of the output object. |
boolean |
isInput()
This returns whether the mapped object is an input. |
boolean |
isOutput()
This returns whether the mapped object is an output. |
void |
setInput()
This is called to indicate that the mapped object is an input. |
void |
setOriginatingInput(java.lang.Object originatingInput)
This sets the originating input object of the output object. |
void |
setOutput()
This is called to indicate that the mapped object is an output. |
Methods inherited from interface org.eclipse.emf.edit.provider.IChangeNotifier |
---|
addListener, fireNotifyChanged, removeListener |
Method Detail |
---|
boolean isInput()
void setInput()
boolean isOutput()
void setOutput()
java.lang.Object getOriginatingInput()
void setOriginatingInput(java.lang.Object originatingInput)
java.util.Collection<Mapping> getMappings()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |