blob: 458df6e4d8e2c3c2cf2fe4631fb67a9e4f81222b [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>Mime Type Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The mime-typeType is used to indicate a defined mime type.
*
* Example:
* "text/plain"
*
* Used in: mime-mapping
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp24.Webapp24Package#getMimeTypeType()
* @model extendedMetaData="name='mime-typeType' kind='simple'"
* @generated
*/
public interface MimeTypeType extends org.eclipse.modisco.jee.webapp.webapp24.String {
} // MimeTypeType