/** * <copyright> * </copyright> * * $Id: CheckBoxExtendedEditorSample.java,v 1.1 2010/04/15 12:48:58 glefur Exp $ */ package org.eclipse.emf.eef.eefnrext; import org.eclipse.emf.eef.eefnr.AbstractSample; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Check Box Extended Editor Sample</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.emf.eef.eefnrext.CheckBoxExtendedEditorSample#isCheckboxEditorSample <em>Checkbox Editor Sample</em>}</li> * </ul> * </p> * * @see org.eclipse.emf.eef.eefnrext.EefnrextPackage#getCheckBoxExtendedEditorSample() * @model * @generated */ public interface CheckBoxExtendedEditorSample extends AbstractSample { /** * Returns the value of the '<em><b>Checkbox Editor Sample</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Checkbox Editor Sample</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Checkbox Editor Sample</em>' attribute. * @see #setCheckboxEditorSample(boolean) * @see org.eclipse.emf.eef.eefnrext.EefnrextPackage#getCheckBoxExtendedEditorSample_CheckboxEditorSample() * @model * @generated */ boolean isCheckboxEditorSample(); /** * Sets the value of the '{@link org.eclipse.emf.eef.eefnrext.CheckBoxExtendedEditorSample#isCheckboxEditorSample <em>Checkbox Editor Sample</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Checkbox Editor Sample</em>' attribute. * @see #isCheckboxEditorSample() * @generated */ void setCheckboxEditorSample(boolean value); } // CheckBoxExtendedEditorSample