blob: 99e84d5a129a8e444cef733ddc22313499b1714d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008-2011 Chair for Applied Software Engineering,
* Technische Universitaet Muenchen.
* 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:
******************************************************************************/
package org.eclipse.emf.emfstore.internal.server.model.versioning.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.emfstore.internal.server.model.impl.api.versionspec.ESBranchVersionSpecImpl;
import org.eclipse.emf.emfstore.internal.server.model.versioning.BranchVersionSpec;
import org.eclipse.emf.emfstore.internal.server.model.versioning.VersioningPackage;
/**
* <!-- begin-user-doc --> An implementation of the model object ' <em><b>Branch Version Spec</b></em>'. <!--
* end-user-doc -->
*
* @generated
*/
public class BranchVersionSpecImpl extends VersionSpecImpl implements BranchVersionSpec {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
protected BranchVersionSpecImpl() {
super();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return VersioningPackage.Literals.BRANCH_VERSION_SPEC;
}
/**
* @generated NOT
*/
private ESBranchVersionSpecImpl apiImpl;
/**
*
* {@inheritDoc}
*
* @see org.eclipse.emf.emfstore.internal.common.api.APIDelegate#toAPI()
*
* @generated NOT
*/
public ESBranchVersionSpecImpl toAPI() {
if (apiImpl == null) {
apiImpl = createAPI();
}
return apiImpl;
}
/**
*
* {@inheritDoc}
*
* @see org.eclipse.emf.emfstore.internal.common.api.APIDelegate#createAPI()
*
* @generated NOT
*/
public ESBranchVersionSpecImpl createAPI() {
return new ESBranchVersionSpecImpl(this);
}
} // BranchVersionSpecImpl