blob: 655107402e1e2580be89f2abe4ce337bd262c78b [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: UrlPattern.java,v 1.1 2011/02/07 17:21:38 auhl Exp $
*/
package integration.binding;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Url Pattern</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Can tell if a given URL matches the pattern and can help extract strings encoding specific parameters according to the pattern's specifications.
* <!-- end-model-doc -->
*
*
* @see integration.binding.BindingPackage#getUrlPattern()
* @model abstract="true"
* @generated
*/
public interface UrlPattern extends EObject {
} // UrlPattern