blob: 60bf399b02e945e0df764cc21289561c5ecf81fe [file] [log] [blame]
/**
* Copyright (c) 2010, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.jsp;
import org.eclipse.modisco.xml.Element;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Composed Attribute</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* ComposedAttribute is an Attribute which value is composed with Elements, like tag, JSP scriplet, actions &#xD;&#xA;Eg : &amp;#60;tag name=&quot; &amp;#60;%= variable %&amp;#62; &quot; &amp;#62;
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.jsp.JspPackage#getComposedAttribute()
* @model
* @generated
*/
public interface ComposedAttribute extends Element {
} // ComposedAttribute