blob: c94d508d0359ace8fb0849e031536032f4e95ee4 [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 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*/
package org.eclipse.osbp.infogrid.model.gridsource.style;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Cx Grid Prop Indicator Style</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridPropIndicatorStyle#getGreenStarts <em>Green Starts</em>}</li>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridPropIndicatorStyle#getRedEnds <em>Red Ends</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStylePackage#getCxGridPropIndicatorStyle()
* @model
* @generated
*/
public interface CxGridPropIndicatorStyle extends CxGridPropStyle, CxGridEventTopicAble {
/**
* Returns the value of the '<em><b>Green Starts</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Green Starts</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Green Starts</em>' attribute.
* @see #setGreenStarts(double)
* @see org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStylePackage#getCxGridPropIndicatorStyle_GreenStarts()
* @model
* @generated
*/
double getGreenStarts();
/**
* Sets the value of the '{@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridPropIndicatorStyle#getGreenStarts <em>Green Starts</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Green Starts</em>' attribute.
* @see #getGreenStarts()
* @generated
*/
void setGreenStarts(double value);
/**
* Returns the value of the '<em><b>Red Ends</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Red Ends</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Red Ends</em>' attribute.
* @see #setRedEnds(double)
* @see org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStylePackage#getCxGridPropIndicatorStyle_RedEnds()
* @model
* @generated
*/
double getRedEnds();
/**
* Sets the value of the '{@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridPropIndicatorStyle#getRedEnds <em>Red Ends</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Red Ends</em>' attribute.
* @see #getRedEnds()
* @generated
*/
void setRedEnds(double value);
} // CxGridPropIndicatorStyle