/******************************************************************************* * Copyright (c) 2006-2013 The RCP Company 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: * The RCP Company - initial API and implementation *******************************************************************************/ package com.rcpcompany.uibindings; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> A representation of the model object ' * <em><b>Enum Decorator Provider Entry</b></em>'. <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.rcpcompany.uibindings.IEnumDecoratorProviderEntry#getModel <em>Model</em>}</li> * <li>{@link com.rcpcompany.uibindings.IEnumDecoratorProviderEntry#getUi <em>Ui</em>}</li> * </ul> * </p> * * @see com.rcpcompany.uibindings.IUIBindingsPackage#getEnumDecoratorProviderEntry() * @generated */ public interface IEnumDecoratorProviderEntry extends EObject { /** * Returns the value of the '<em><b>Model</b></em>' attribute. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Model</em>' attribute isn't clear, there really should be more of * a description here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Model</em>' attribute. * @see #setModel(String) * @see com.rcpcompany.uibindings.IUIBindingsPackage#getEnumDecoratorProviderEntry_Model() * @generated */ String getModel(); /** * Sets the value of the '{@link com.rcpcompany.uibindings.IEnumDecoratorProviderEntry#getModel * <em>Model</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> * * @param value the new value of the '<em>Model</em>' attribute. * @see #getModel() * @generated */ void setModel(String value); /** * Returns the value of the '<em><b>Ui</b></em>' attribute. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Ui</em>' attribute isn't clear, there really should be more of a * description here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Ui</em>' attribute. * @see #setUi(String) * @see com.rcpcompany.uibindings.IUIBindingsPackage#getEnumDecoratorProviderEntry_Ui() * @generated */ String getUi(); /** * Sets the value of the '{@link com.rcpcompany.uibindings.IEnumDecoratorProviderEntry#getUi * <em>Ui</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> * * @param value the new value of the '<em>Ui</em>' attribute. * @see #getUi() * @generated */ void setUi(String value); } // IEnumDecoratorProviderEntry