blob: edc4bda2fce5d9eb5af3878ab7a744666c53f816 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2018 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 v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation
* Zeligsoft - Bug 207365
* Adolfo Sanchez-Barbudo Herrera (Open Canarias) - Bug 297666
*******************************************************************************/
package org.eclipse.ocl.types;
import org.eclipse.ocl.utilities.PredefinedType;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Invalid Type</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.types.TypesPackage#getInvalidType()
* @model
* @generated
*/
public interface InvalidType<O>
extends PredefinedType<O> {
String SINGLETON_NAME = "OclInvalid"; //$NON-NLS-1$
} // InvalidType