blob: 42cbb2ca3ed4f387006cd4b5db6695f00e1c1916 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 E.D.Willink 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:
* E.D.Willink - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.ocl.examples.library.oclstdlib;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.impl.EObjectImpl;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ocl Invalid</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.examples.library.oclstdlib.OCLstdlibPackage#getOclInvalid()
* @model kind="class"
* @generated
*/
public class OclInvalid extends EObjectImpl implements EObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected OclInvalid() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return OCLstdlibPackage.Literals.OCL_INVALID;
}
} // OclInvalid