blob: 602c411c06926105c4228b6bcd7eb7bddc00a467 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.emf.common.util.EList;
import org.eclipse.ocl.xtext.basecs.ElementCS;
import org.eclipse.ocl.xtext.basecs.TypeCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Classifier Def CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ClassifierDefCS#getSimpleNameCS <em>Simple Name CS</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ClassifierDefCS#getExtends <em>Extends</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ClassifierDefCS#getProperties <em>Properties</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ClassifierDefCS#getTags <em>Tags</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getClassifierDefCS()
* @model
* @generated
*/
public interface ClassifierDefCS extends ElementCS {
/**
* Returns the value of the '<em><b>Simple Name CS</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Simple Name CS</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Simple Name CS</em>' attribute.
* @see #setSimpleNameCS(String)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getClassifierDefCS_SimpleNameCS()
* @model required="true"
* @generated
*/
String getSimpleNameCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ClassifierDefCS#getSimpleNameCS <em>Simple Name CS</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Simple Name CS</em>' attribute.
* @see #getSimpleNameCS()
* @generated
*/
void setSimpleNameCS(String value);
/**
* Returns the value of the '<em><b>Extends</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.xtext.basecs.TypeCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Extends</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Extends</em>' containment reference list.
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getClassifierDefCS_Extends()
* @model containment="true"
* @generated
*/
EList<TypeCS> getExtends();
/**
* Returns the value of the '<em><b>Properties</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ClassifierProperty2CS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Properties</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Properties</em>' containment reference list.
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getClassifierDefCS_Properties()
* @model containment="true"
* @generated
*/
EList<ClassifierProperty2CS> getProperties();
/**
* Returns the value of the '<em><b>Tags</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.TagCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Tags</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Tags</em>' containment reference list.
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getClassifierDefCS_Tags()
* @model containment="true"
* @generated
*/
EList<TagCS> getTags();
} // ClassifierDefCS