/** * <copyright> * </copyright> * * $Id$ */ package org.flowerplatform.emf_model.notation; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Category Separator</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.flowerplatform.emf_model.notation.CategorySeparator#getCategory <em>Category</em>}</li> * <li>{@link org.flowerplatform.emf_model.notation.CategorySeparator#getNewChildCodeSyncType <em>New Child Code Sync Type</em>}</li> * <li>{@link org.flowerplatform.emf_model.notation.CategorySeparator#getNewChildIcon <em>New Child Icon</em>}</li> * </ul> * </p> * * @see org.flowerplatform.emf_model.notation.NotationPackage#getCategorySeparator() * @model * @generated */ public interface CategorySeparator extends Node { /** * Returns the value of the '<em><b>Category</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Category</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Category</em>' attribute. * @see #setCategory(String) * @see org.flowerplatform.emf_model.notation.NotationPackage#getCategorySeparator_Category() * @model * @generated */ String getCategory(); /** * Sets the value of the '{@link org.flowerplatform.emf_model.notation.CategorySeparator#getCategory <em>Category</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Category</em>' attribute. * @see #getCategory() * @generated */ void setCategory(String value); /** * Returns the value of the '<em><b>New Child Code Sync Type</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>New Child Code Sync Type</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>New Child Code Sync Type</em>' attribute. * @see #setNewChildCodeSyncType(String) * @see org.flowerplatform.emf_model.notation.NotationPackage#getCategorySeparator_NewChildCodeSyncType() * @model * @generated */ String getNewChildCodeSyncType(); /** * Sets the value of the '{@link org.flowerplatform.emf_model.notation.CategorySeparator#getNewChildCodeSyncType <em>New Child Code Sync Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>New Child Code Sync Type</em>' attribute. * @see #getNewChildCodeSyncType() * @generated */ void setNewChildCodeSyncType(String value); /** * Returns the value of the '<em><b>New Child Icon</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>New Child Icon</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>New Child Icon</em>' attribute. * @see #setNewChildIcon(String) * @see org.flowerplatform.emf_model.notation.NotationPackage#getCategorySeparator_NewChildIcon() * @model * @generated */ String getNewChildIcon(); /** * Sets the value of the '{@link org.flowerplatform.emf_model.notation.CategorySeparator#getNewChildIcon <em>New Child Icon</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>New Child Icon</em>' attribute. * @see #getNewChildIcon() * @generated */ void setNewChildIcon(String value); } // CategorySeparator