blob: ffe234a121fbc3b957c25b61a77e7037c7f77eec [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2019 Xored Software Inc and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.core.ecl.core.model;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.rcptt.ecl.core.Command;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Report Append</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.rcptt.core.ecl.core.model.ReportAppend#getObjects <em>Objects</em>}</li>
* </ul>
*
* @see org.eclipse.rcptt.core.ecl.core.model.Q7CorePackage#getReportAppend()
* @model
* @generated
*/
public interface ReportAppend extends Command {
/**
* Returns the value of the '<em><b>Objects</b></em>' reference list.
* The list contents are of type {@link org.eclipse.emf.ecore.EObject}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Objects</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Objects</em>' reference list.
* @see org.eclipse.rcptt.core.ecl.core.model.Q7CorePackage#getReportAppend_Objects()
* @model
* @generated
*/
EList<EObject> getObjects();
} // ReportAppend