blob: fe2e036e747fc81dc3b6f9e42cb2572da53b614a [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>Filter Name Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The logical name of the filter is declare
* by using filter-nameType. This name is used to map the
* filter. Each filter name is unique within the web
* application.
*
* Used in: filter, filter-mapping
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp30.Webapp30Package#getFilterNameType()
* @model extendedMetaData="name='filter-nameType' kind='simple'"
* @generated
*/
public interface FilterNameType extends NonEmptyStringType {
} // FilterNameType