blob: f73bc47a11767c1e262d89900d42825bf6a1c4a2 [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>Jsp File Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The jsp-file element contains the full path to a JSP file
* within the web application beginning with a `/'.
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp24.Webapp24Package#getJspFileType()
* @model extendedMetaData="name='jsp-fileType' kind='simple'"
* @generated
*/
public interface JspFileType extends PathType {
} // JspFileType