/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.gmf.examples.design2d; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Class Design Style</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.gmf.examples.design2d.ClassDesignStyle#getQualifiedClassName <em>Qualified Class Name</em>}</li> * </ul> * </p> * * @see org.eclipse.gmf.examples.design2d.Design2DPackage#getClassDesignStyle() * @model * @generated */ public interface ClassDesignStyle extends DesignStyle { /** * Returns the value of the '<em><b>Qualified Class Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Qualified Class Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Qualified Class Name</em>' attribute. * @see #setQualifiedClassName(String) * @see org.eclipse.gmf.examples.design2d.Design2DPackage#getClassDesignStyle_QualifiedClassName() * @model * @generated */ String getQualifiedClassName(); /** * Sets the value of the '{@link org.eclipse.gmf.examples.design2d.ClassDesignStyle#getQualifiedClassName <em>Qualified Class Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Qualified Class Name</em>' attribute. * @see #getQualifiedClassName() * @generated */ void setQualifiedClassName(String value); } // ClassDesignStyle