/****************************************************************************** * Copyright (c) 2011-2013, Linagora * * 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: * Linagora - initial API and implementation *******************************************************************************/ package com.ebmwebsourcing.petals.services.pojo.pojo; import com.sun.java.xml.ns.jbi.Provides; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Provides</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.ebmwebsourcing.petals.services.pojo.pojo.PojoProvides#getClassName <em>Class Name</em>}</li> * </ul> * </p> * * @see com.ebmwebsourcing.petals.services.pojo.pojo.PojoPackage#getPojoProvides() * @model extendedMetaData="name=''" * @generated */ public interface PojoProvides extends Provides { /** * Returns the value of the '<em><b>Class Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Class Name</em>' attribute. * @see #setClassName(String) * @see com.ebmwebsourcing.petals.services.pojo.pojo.PojoPackage#getPojoProvides_ClassName() * @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true" derived="true" * extendedMetaData="name='class-name' namespace='##targetNamespace' kind='element' group='#group:0'" * @generated */ String getClassName(); /** * Sets the value of the '{@link com.ebmwebsourcing.petals.services.pojo.pojo.PojoProvides#getClassName <em>Class Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Class Name</em>' attribute. * @see #getClassName() * @generated */ void setClassName(String value); } // PojoProvides