|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelExtent
The interface represents a simplified abstraction of a model contents, passed to a transformation in a model parameter.
Method Summary | |
---|---|
java.util.List<EObject> |
getContents()
The read-only view of this model extent's contents. |
void |
setContents(java.util.List<? extends EObject> contents)
Sets the contents of this model extent. |
Method Detail |
---|
java.util.List<EObject> getContents()
void setContents(java.util.List<? extends EObject> contents)
contents
- list of elements to become the contents of this extent
java.lang.UnsupportedOperationException
- if this model extent does not allow modifications
|
Copyright 2008 Borland Software Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |