blob: d3f02c8fd8cfbbd7222003b796c8d92dc7c1c051 [file] [log] [blame]
/**
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - Initial implementation
*
*/
package org.eclipse.osbp.xtext.reportdsl;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Colors</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.xtext.reportdsl.Colors#getColors <em>Colors</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getColors()
* @model
* @generated
*/
public interface Colors extends ReportLazyResolver {
/**
* Returns the value of the '<em><b>Colors</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.reportdsl.Color}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Colors</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Colors</em>' containment reference list.
* @see org.eclipse.osbp.xtext.reportdsl.ReportDSLPackage#getColors_Colors()
* @model containment="true"
* @generated
*/
EList<Color> getColors();
} // Colors