blob: 42810aceef1a31b03ccc1941915df6e887878043 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: Description.java,v 1.1 2010/03/18 06:24:36 cbateman Exp $
*/
package org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Description</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The description type is used by a description element to
* provide text describing the parent element. The elements
* that use this type should include any information that the
* Deployment Component's Deployment File file producer wants
* to provide to the consumer of the Deployment Component's
* Deployment File (i.e., to the Deployer). Typically, the
* tools used by such a Deployment File consumer will display
* the description when processing the parent element that
* contains the description.
*
* The lang attribute defines the language that the
* description is provided in. The default value is "en" (English).
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib.FaceletTaglibPackage#getDescription()
* @model extendedMetaData="name='descriptionType' kind='simple'"
* @generated
*/
public interface Description extends IdentifiableLangStringValue
{
// Description
}