/** * <copyright> * </copyright> * * $Id$ */ package org.obeonetwork.pim.gen.bootstrap.model.bootstrap; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Spinner</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.obeonetwork.pim.gen.bootstrap.model.bootstrap.Spinner#getValues <em>Values</em>}</li> * </ul> * </p> * * @see org.obeonetwork.pim.gen.bootstrap.model.bootstrap.BootstrapPackage#getSpinner() * @model * @generated */ public interface Spinner extends FormWidget { /** * Returns the value of the '<em><b>Values</b></em>' attribute list. * The list contents are of type {@link java.lang.String}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Values</em>' attribute list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Values</em>' attribute list. * @see org.obeonetwork.pim.gen.bootstrap.model.bootstrap.BootstrapPackage#getSpinner_Values() * @model required="true" * @generated */ EList<String> getValues(); } // Spinner