blob: 1f8d6dd8c29aa42afd0be635e4a40cb7dae62179 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.emf.common.util.EList;
import org.eclipse.ocl.xtext.basecs.ElementCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Stereotype Qualifier CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.StereotypeQualifierCS#getStereotypes <em>Stereotypes</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getStereotypeQualifierCS()
* @model
* @generated
*/
public interface StereotypeQualifierCS extends ElementCS {
/**
* Returns the value of the '<em><b>Stereotypes</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Stereotypes</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Stereotypes</em>' attribute list.
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getStereotypeQualifierCS_Stereotypes()
* @model unique="false"
* @generated
*/
EList<String> getStereotypes();
} // StereotypeQualifierCS