blob: cc0eca5c2c89cd6ce76441626b9d328ec017e011 [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
*
* 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>Config Numeric To Resource</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStyleConfigNumericToResource#getValue <em>Value</em>}</li>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStyleConfigNumericToResource#getCompare <em>Compare</em>}</li>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStyleConfigNumericToResource#getResourceThemePath <em>Resource Theme Path</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStylePackage#getCxGridStyleConfigNumericToResource()
* @model
* @generated
*/
public interface CxGridStyleConfigNumericToResource extends CxGridStyleConfig {
/**
* Returns the value of the '<em><b>Value</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value</em>' attribute.
* @see #setValue(double)
* @see org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStylePackage#getCxGridStyleConfigNumericToResource_Value()
* @model
* @generated
*/
double getValue();
/**
* Sets the value of the '{@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStyleConfigNumericToResource#getValue <em>Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Value</em>' attribute.
* @see #getValue()
* @generated
*/
void setValue(double value);
/**
* Returns the value of the '<em><b>Compare</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridCompare}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Compare</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Compare</em>' attribute.
* @see org.eclipse.osbp.infogrid.model.gridsource.style.CxGridCompare
* @see #setCompare(CxGridCompare)
* @see org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStylePackage#getCxGridStyleConfigNumericToResource_Compare()
* @model
* @generated
*/
CxGridCompare getCompare();
/**
* Sets the value of the '{@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStyleConfigNumericToResource#getCompare <em>Compare</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Compare</em>' attribute.
* @see org.eclipse.osbp.infogrid.model.gridsource.style.CxGridCompare
* @see #getCompare()
* @generated
*/
void setCompare(CxGridCompare value);
/**
* Returns the value of the '<em><b>Resource Theme Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Resource Theme Path</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Resource Theme Path</em>' attribute.
* @see #setResourceThemePath(String)
* @see org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStylePackage#getCxGridStyleConfigNumericToResource_ResourceThemePath()
* @model
* @generated
*/
String getResourceThemePath();
/**
* Sets the value of the '{@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStyleConfigNumericToResource#getResourceThemePath <em>Resource Theme Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Resource Theme Path</em>' attribute.
* @see #getResourceThemePath()
* @generated
*/
void setResourceThemePath(String value);
} // CxGridStyleConfigNumericToResource