/** * <copyright> * </copyright> * * $Id: AnotherSubType.java,v 1.1 2010/11/30 08:23:18 glefur Exp $ */ package org.eclipse.emf.eef.eefnr.navigation; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Another Sub Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.emf.eef.eefnr.navigation.AnotherSubType#isAnotherSpecialisation <em>Another Specialisation</em>}</li> * </ul> * </p> * * @see org.eclipse.emf.eef.eefnr.navigation.NavigationPackage#getAnotherSubType() * @model * @generated */ public interface AnotherSubType extends Subtype { /** * Returns the value of the '<em><b>Another Specialisation</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Another Specialisation</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Another Specialisation</em>' attribute. * @see #setAnotherSpecialisation(boolean) * @see org.eclipse.emf.eef.eefnr.navigation.NavigationPackage#getAnotherSubType_AnotherSpecialisation() * @model * @generated */ boolean isAnotherSpecialisation(); /** * Sets the value of the '{@link org.eclipse.emf.eef.eefnr.navigation.AnotherSubType#isAnotherSpecialisation <em>Another Specialisation</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Another Specialisation</em>' attribute. * @see #isAnotherSpecialisation() * @generated */ void setAnotherSpecialisation(boolean value); } // AnotherSubType