blob: 556a3e53c8c9b02db0defd900781c0719c9a74a6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 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
*******************************************************************************/
package org.eclipse.ocl.uml;
import org.eclipse.uml2.uml.Classifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Null Literal Exp</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.uml.UMLPackage#getNullLiteralExp()
* @model
* @generated
*/
public interface NullLiteralExp
extends LiteralExp,
org.eclipse.ocl.expressions.NullLiteralExp<Classifier> {
} // NullLiteralExp