blob: 37dede6433be9c7faf8de589633b2b065c096d54 [file] [log] [blame]
package org.eclipse.stem.populationmodels.standard;
/*******************************************************************************
* Copyright (c) 2011 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>External Data Source Population Initializer</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.stem.populationmodels.standard.ExternalDataSourcePopulationInitializer#getDataPath <em>Data Path</em>}</li>
* <li>{@link org.eclipse.stem.populationmodels.standard.ExternalDataSourcePopulationInitializer#getRow <em>Row</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.stem.populationmodels.standard.StandardPackage#getExternalDataSourcePopulationInitializer()
* @model
* @generated
*/
public interface ExternalDataSourcePopulationInitializer extends PopulationInitializer {
/**
* Returns the value of the '<em><b>Data Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Data 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>Data Path</em>' attribute.
* @see #setDataPath(String)
* @see org.eclipse.stem.populationmodels.standard.StandardPackage#getExternalDataSourcePopulationInitializer_DataPath()
* @model
* @generated
*/
String getDataPath();
/**
* Sets the value of the '{@link org.eclipse.stem.populationmodels.standard.ExternalDataSourcePopulationInitializer#getDataPath <em>Data Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Data Path</em>' attribute.
* @see #getDataPath()
* @generated
*/
void setDataPath(String value);
/**
* Returns the value of the '<em><b>Row</b></em>' attribute.
* The default value is <code>"1"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Row</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Row</em>' attribute.
* @see #setRow(int)
* @see org.eclipse.stem.populationmodels.standard.StandardPackage#getExternalDataSourcePopulationInitializer_Row()
* @model default="1"
* @generated
*/
int getRow();
/**
* Sets the value of the '{@link org.eclipse.stem.populationmodels.standard.ExternalDataSourcePopulationInitializer#getRow <em>Row</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Row</em>' attribute.
* @see #getRow()
* @generated
*/
void setRow(int value);
} // ExternalDataSourcePopulationInitializer