blob: 3f8a97862d61d563fcb083218ecc371cc2368faf [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Fundación Tecnalia Research & Innovation.
*
* 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
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Huascar Espinoza - initial API and implementation
* Alejandra Ruíz - initial API and implementation
* Idoya Del Río - initial API and implementation
* Mari Carmen Palacios - initial API and implementation
* Angel López - initial API and implementation
*******************************************************************************/
/**
* Generated with Acceleo
*/
package org.eclipse.opencert.infra.properties.property.providers;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.opencert.infra.properties.property.util.PropertyAdapterFactory;
/**
*
*
*/
public class PropertyEEFAdapterFactory extends PropertyAdapterFactory {
/**
* {@inheritDoc}
* @see org.eclipse.opencert.infra.properties.property.util.PropertyAdapterFactory#createPropertyModelAdapter()
*
*/
public Adapter createPropertyModelAdapter() {
return new PropertyModelPropertiesEditionProvider();
}
/**
* {@inheritDoc}
* @see org.eclipse.opencert.infra.properties.property.util.PropertyAdapterFactory#createPropertyAdapter()
*
*/
public Adapter createPropertyAdapter() {
return new PropertyPropertiesEditionProvider();
}
}