/******************************************************************************* * Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., 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: * IBM - Initial API and implementation * Zeligsoft - Bug 207365 *******************************************************************************/ package org.eclipse.ocl.types.impl; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.EObjectImpl; import org.eclipse.ocl.types.PrimitiveType; import org.eclipse.ocl.types.TypesPackage; //import org.eclipse.ocl.types.operations.PrimitiveTypeOperations; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Primitive Type</b></em>'. * <!-- end-user-doc --> * * @generated */ public class PrimitiveTypeImpl<O> extends EObjectImpl implements PrimitiveType<O> { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected PrimitiveTypeImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return TypesPackage.Literals.PRIMITIVE_TYPE; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String getName() { return null; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public EList<O> oclOperations() { throw new UnsupportedOperationException(); } } //PrimitiveTypeImpl