blob: 354c4ccf04b23eee4004e5ebb4e4b04751f1cae8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Willink Transformations and others.
* 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:
* Adolfo Sanchez-Barbudo Herrera - initial API and implementation
*******************************************************************************/
/**
* generated by Xtext 2.10.0
*/
package org.eclipse.qvtd.doc.minioclcs;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Class CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.doc.minioclcs.ClassCS#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.qvtd.doc.minioclcs.ClassCS#getExtends <em>Extends</em>}</li>
* <li>{@link org.eclipse.qvtd.doc.minioclcs.ClassCS#getProperties <em>Properties</em>}</li>
* <li>{@link org.eclipse.qvtd.doc.minioclcs.ClassCS#getOperations <em>Operations</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage#getClassCS()
* @model
* @generated
*/
public interface ClassCS extends CSTrace
{
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>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>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage#getClassCS_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.eclipse.qvtd.doc.minioclcs.ClassCS#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the '<em><b>Extends</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Extends</em>' containment reference 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.
* @see #setExtends(PathNameCS)
* @see org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage#getClassCS_Extends()
* @model containment="true"
* @generated
*/
PathNameCS getExtends();
/**
* Sets the value of the '{@link org.eclipse.qvtd.doc.minioclcs.ClassCS#getExtends <em>Extends</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Extends</em>' containment reference.
* @see #getExtends()
* @generated
*/
void setExtends(PathNameCS value);
/**
* Returns the value of the '<em><b>Properties</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.qvtd.doc.minioclcs.PropertyCS}.
* <!-- 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.qvtd.doc.minioclcs.MinioclcsPackage#getClassCS_Properties()
* @model containment="true"
* @generated
*/
EList<PropertyCS> getProperties();
/**
* Returns the value of the '<em><b>Operations</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.qvtd.doc.minioclcs.OperationCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Operations</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>Operations</em>' containment reference list.
* @see org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage#getClassCS_Operations()
* @model containment="true"
* @generated
*/
EList<OperationCS> getOperations();
} // ClassCS