blob: 31bab1cfcc87b1c206c9964ade785af93a9fe66c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014, 2018 Willink Transformations 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:
* E.D.Willink - initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.examples.xtext2lpg.XBNFwithCardinality.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.ocl.examples.xtext2lpg.XBNFwithCardinality.XBNFwithCardinalityPackage;
import org.eclipse.ocl.examples.xtext2lpg.XBNFwithCardinality.ZeroOrOne;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Zero Or One</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class ZeroOrOneImpl extends MultiplicityElementImpl implements ZeroOrOne {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ZeroOrOneImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return XBNFwithCardinalityPackage.Literals.ZERO_OR_ONE;
}
} //ZeroOrOneImpl