blob: d4c08e3aef29e8ead55da14e046762930135b8ed [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2009 Mia-Software.
* 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:
*
* Fabien Giquel (Mia-Software) - initial API and implementation
* Gregoire DUPE (Mia-Software) - initial API and implementation
* *******************************************************************************
*
* $Id$
*/
package org.eclipse.gmt.modisco.java.nousages.impl;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.gmt.modisco.java.ImportDeclaration;
import org.eclipse.gmt.modisco.java.UnresolvedItem;
import org.eclipse.gmt.modisco.java.nousages.meta.JavaPackage;
/**
* <!-- begin-user-doc --> An implementation of the model object '
* <em><b>Unresolved Item</b></em>'. <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class UnresolvedItemImpl extends NamedElementImpl implements
UnresolvedItem {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
protected UnresolvedItemImpl() {
super();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return JavaPackage.eINSTANCE.getUnresolvedItem();
}
public EList<ImportDeclaration> getUsagesInImports() {
// no usage references
return null;
}
} // UnresolvedItemImpl