blob: 4d4795693f43adb13062f7e06f821dc1fd3d192b [file] [log] [blame]
/**
* Copyright (c) 2010 Mia-Software.
* 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:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.webapp.webapp24;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Http Method Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The http-method contains an HTTP method recognized by the
* web-app, for example GET, POST, ...
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp24.Webapp24Package#getHttpMethodType()
* @model extendedMetaData="name='http-methodType' kind='simple'"
* @generated
*/
public interface HttpMethodType extends org.eclipse.modisco.jee.webapp.webapp24.String {
} // HttpMethodType