/** */ package rba.view; import org.eclipse.emf.common.util.EList; import rba.core.Content; import rba.core.ExpressionType; /** * * A representation of the model object 'View Content'. * * * * * * *

* The following features are supported: *

* * * @see rba.view.RBAViewPackage#getViewContent() * @model * @generated */ public interface ViewContent extends Content { /** * Returns the value of the 'Size' containment reference list. * The list contents are of type {@link rba.view.SizeIdentifier}. * * * * * * @return the value of the 'Size' containment reference list. * @see rba.view.RBAViewPackage#getViewContent_Size() * @model containment="true" * @generated */ EList getSize(); /** * * * * @Override * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return ExpressionType.CONTENT;'" * @generated */ ExpressionType getExpressionType(); } // ViewContent