blob: 59caf36e444ad56ce1f5c069f6a243266dfec621 [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;
import org.eclipse.mylyn.reviews.frame.core.model.TaskReference;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>R4E Task Reference</b></em>'. <!-- end-user-doc
* -->
*
* @see org.eclipse.mylyn.reviews.r4e.core.model.RModelPackage#getR4ETaskReference()
* @model
* @generated
*/
public interface R4ETaskReference extends TaskReference, R4EReviewComponent {
} // R4ETaskReference