blob: 467b6cfd19e0f75fb8b6c4eb976d5c9a0a3d9032 [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.webapp30;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Servlet Name Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The servlet-name element contains the canonical name of the
* servlet. Each servlet name is unique within the web
* application.
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp30.Webapp30Package#getServletNameType()
* @model extendedMetaData="name='servlet-nameType' kind='simple'"
* @generated
*/
public interface ServletNameType extends NonEmptyStringType {
} // ServletNameType