blob: aa9d1b7978e0b4c773fb024281049be4713b5872 [file] [log] [blame]
/**
* Copyright (c) 2010, 2012 Ericsson
*
* 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
*
* Description:
*
* Contributors:
* Alvaro Sanchez-Leon - Initial API and implementation
*
*/
package org.eclipse.mylyn.reviews.r4e.core.model;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>R4E Anomaly Text Position</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.mylyn.reviews.r4e.core.model.R4EAnomalyTextPosition#getFile <em>File</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.mylyn.reviews.r4e.core.model.RModelPackage#getR4EAnomalyTextPosition()
* @model
* @generated
*/
public interface R4EAnomalyTextPosition extends R4ETextPosition {
/**
* Returns the value of the '<em><b>File</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>File</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>File</em>' containment reference.
* @see #setFile(R4EFileVersion)
* @see org.eclipse.mylyn.reviews.r4e.core.model.RModelPackage#getR4EAnomalyTextPosition_File()
* @model containment="true" resolveProxies="true"
* @generated
*/
R4EFileVersion getFile();
/**
* Sets the value of the '{@link org.eclipse.mylyn.reviews.r4e.core.model.R4EAnomalyTextPosition#getFile <em>File</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>File</em>' containment reference.
* @see #getFile()
* @generated
*/
void setFile(R4EFileVersion value);
} // R4EAnomalyTextPosition