blob: 62ac884bff1952ec63787641f7e043fe176f2232 [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;
import org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedField;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Cx Grid Prop Sparkline Style</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridPropSparklineStyle#getField <em>Field</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStylePackage#getCxGridPropSparklineStyle()
* @model
* @generated
*/
public interface CxGridPropSparklineStyle extends CxGridPropStyle {
/**
* Returns the value of the '<em><b>Field</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Field</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Field</em>' containment reference.
* @see #setField(CxGridNestedField)
* @see org.eclipse.osbp.infogrid.model.gridsource.style.CxGridStylePackage#getCxGridPropSparklineStyle_Field()
* @model containment="true"
* @generated
*/
CxGridNestedField getField();
/**
* Sets the value of the '{@link org.eclipse.osbp.infogrid.model.gridsource.style.CxGridPropSparklineStyle#getField <em>Field</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Field</em>' containment reference.
* @see #getField()
* @generated
*/
void setField(CxGridNestedField value);
} // CxGridPropSparklineStyle