/****************************************************************************** * 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.validation.validation; 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.validation.validation.ValidationProvides#getSchema <em>Schema</em>}</li> * </ul> * </p> * * @see com.ebmwebsourcing.petals.services.validation.validation.ValidationPackage#getValidationProvides() * @model extendedMetaData="name=''" * @generated */ public interface ValidationProvides extends Provides { /** * Returns the value of the '<em><b>Schema</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Schema</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Schema</em>' attribute. * @see #setSchema(String) * @see com.ebmwebsourcing.petals.services.validation.validation.ValidationPackage#getValidationProvides_Schema() * @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true" derived="true" * extendedMetaData="namespace='##targetNamespace' kind='element' group='#group:0'" * @generated */ String getSchema(); /** * Sets the value of the '{@link com.ebmwebsourcing.petals.services.validation.validation.ValidationProvides#getSchema <em>Schema</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Schema</em>' attribute. * @see #getSchema() * @generated */ void setSchema(String value); } // ValidationProvides