blob: 471234e96abd3d556a455cb7f2b29fd9e1108f2f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 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:
* E.D.Willink - initial API and implementation
*******************************************************************************/
/**
*/
package example2.classescs;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Property CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link example2.classescs.PropertyCS#getTypeRef <em>Type Ref</em>}</li>
* </ul>
*
* @see example2.classescs.ClassescsPackage#getPropertyCS()
* @model
* @generated
*/
public interface PropertyCS extends NamedElementCS {
/**
* Returns the value of the '<em><b>Type Ref</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type Ref</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>Type Ref</em>' containment reference.
* @see #setTypeRef(PathNameCS)
* @see example2.classescs.ClassescsPackage#getPropertyCS_TypeRef()
* @model containment="true"
* @generated
*/
PathNameCS getTypeRef();
/**
* Sets the value of the '{@link example2.classescs.PropertyCS#getTypeRef <em>Type Ref</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type Ref</em>' containment reference.
* @see #getTypeRef()
* @generated
*/
void setTypeRef(PathNameCS value);
} // PropertyCS