blob: f4fd7013198f44e5655882ae468f4f05c50ac556 [file] [log] [blame]
/*********************************************************************
* Copyright (c) 2005, 2019 SAP SE
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* SAP SE - initial API, implementation and documentation
*
* SPDX-License-Identifier: EPL-2.0
**********************************************************************/
package org.eclipse.graphiti.mm.algorithms.styles;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Gradient Colored Areas</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.graphiti.mm.algorithms.styles.GradientColoredAreas#getGradientColor <em>Gradient Color</em>}</li>
* <li>{@link org.eclipse.graphiti.mm.algorithms.styles.GradientColoredAreas#getStyleAdaption <em>Style Adaption</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.graphiti.mm.algorithms.styles.StylesPackage#getGradientColoredAreas()
* @model
* @generated
*/
public interface GradientColoredAreas extends EObject {
/**
* Returns the value of the '<em><b>Gradient Color</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.graphiti.mm.algorithms.styles.GradientColoredArea}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Gradient Color</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>Gradient Color</em>' containment reference list.
* @see org.eclipse.graphiti.mm.algorithms.styles.StylesPackage#getGradientColoredAreas_GradientColor()
* @model containment="true" resolveProxies="true"
* @generated
*/
EList<GradientColoredArea> getGradientColor();
/**
* Returns the value of the '<em><b>Style Adaption</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Style Adaption</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Style Adaption</em>' attribute.
* @see #setStyleAdaption(Integer)
* @see org.eclipse.graphiti.mm.algorithms.styles.StylesPackage#getGradientColoredAreas_StyleAdaption()
* @model
* @generated
*/
Integer getStyleAdaption();
/**
* Sets the value of the '{@link org.eclipse.graphiti.mm.algorithms.styles.GradientColoredAreas#getStyleAdaption <em>Style Adaption</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Style Adaption</em>' attribute.
* @see #getStyleAdaption()
* @generated
*/
void setStyleAdaption(Integer value);
} // GradientColoredAreas