blob: f35dbb2d5ff1e8538bd92fe3a3ecb3111c1dcebf [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2009 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.uml;
import org.eclipse.uml2.uml.Operation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Primitive Type</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.uml.UMLPackage#getPrimitiveType()
* @model
* @generated
*/
public interface PrimitiveType
extends org.eclipse.uml2.uml.PrimitiveType,
org.eclipse.ocl.types.PrimitiveType<Operation> {
// no additional features
} // PrimitiveType