/** * Copyright (c) 2011 Mia-Software. * * 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: * Gregoire Dupe (Mia-Software) - Design * Nicolas Guyomar (Mia-Software) - Implementation * Emmanuelle Rouillé (Mia-Software) - Bug 352618 - To be able to use non derived facet structural features and save them values. * Nicolas Bros (Mia-Software) - Bug 361823 - [Restructuring] eFacet2 meta-model * Gregoire Dupe (Mia-Software) - Bug 366055 - NavigationQuery * Gregoire Dupe (Mia-Software) - Bug 369673 - [Facet] IsOneOfQuery * Olivier Remaud (Soft-Maint) - Bug 369824 - Add a simple way to return string literal constants from a customization query * Gregoire Dupe (Mia-software) - Bug 369987 - [Restructuring][Table] Switch to the new customization and facet framework */ package org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.extensible.impl.QueryImpl; import org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.NullLiteralQuery; import org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.query.QueryPackage; /** * * An implementation of the model object 'Null Literal Query'. * *

*

* * @generated */ public class NullLiteralQueryImpl extends QueryImpl implements NullLiteralQuery { /** * * * @generated */ protected NullLiteralQueryImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return QueryPackage.Literals.NULL_LITERAL_QUERY; } } //NullLiteralQueryImpl