blob: 1936c17efbb79c6720011d79ff4f2bd0720a0b44 [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>War Path Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The elements that use this type designate a path starting
* with a "/" and interpreted relative to the root of a WAR
* file.
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp24.Webapp24Package#getWarPathType()
* @model extendedMetaData="name='war-pathType' kind='simple'"
* @generated
*/
public interface WarPathType extends org.eclipse.modisco.jee.webapp.webapp24.String {
} // WarPathType