/***************************************************************************** * Copyright (c) 2010 CEA LIST. * * * 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: * CEA LIST - Initial API and implementation * *****************************************************************************/ package org.eclipse.papyrus.stereotypeapplicationwithvsl.editor.xtext.stereotypeApplicationWithVSL; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.eclipse.uml2.uml.Element; import org.eclipse.uml2.uml.Stereotype; import org.eclipse.uml2.uml.Type; /** * * A representation of the model object 'Stereotype Application Rule'. * * *

* The following features are supported: *

*

* * @see org.eclipse.papyrus.stereotypeapplicationwithvsl.editor.xtext.stereotypeApplicationWithVSL.StereotypeApplicationWithVSLPackage#getStereotypeApplicationRule() * @model * @generated */ public interface StereotypeApplicationRule extends EObject { /** * Returns the value of the 'Stereotype' reference. * *

* If the meaning of the 'Stereotype' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Stereotype' reference. * @see #setStereotype(Stereotype) * @see org.eclipse.papyrus.stereotypeapplicationwithvsl.editor.xtext.stereotypeApplicationWithVSL.StereotypeApplicationWithVSLPackage#getStereotypeApplicationRule_Stereotype() * @model * @generated */ Stereotype getStereotype(); /** * Sets the value of the '{@link org.eclipse.papyrus.stereotypeapplicationwithvsl.editor.xtext.stereotypeApplicationWithVSL.StereotypeApplicationRule#getStereotype Stereotype}' reference. * * * @param value the new value of the 'Stereotype' reference. * @see #getStereotype() * @generated */ void setStereotype(Stereotype value); /** * Returns the value of the 'Tag Specification' containment reference list. * The list contents are of type {@link org.eclipse.papyrus.stereotypeapplicationwithvsl.editor.xtext.stereotypeApplicationWithVSL.TagSpecificationRule}. * *

* If the meaning of the 'Tag Specification' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Tag Specification' containment reference list. * @see org.eclipse.papyrus.stereotypeapplicationwithvsl.editor.xtext.stereotypeApplicationWithVSL.StereotypeApplicationWithVSLPackage#getStereotypeApplicationRule_TagSpecification() * @model containment="true" * @generated */ EList getTagSpecification(); /** * * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return org.eclipse.papyrus.stereotypeapplicationwithvsl.editor.xtext.validation.ContextUtil.getExpectedType(this) ;'" * @generated */ Type getExpectedType(); /** * * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return org.eclipse.papyrus.stereotypeapplicationwithvsl.editor.xtext.validation.ContextUtil.getContextElement(this) ;'" * @generated */ Element getContextElement(); } // StereotypeApplicationRule