blob: 1288d7d5fcc0adfd4a533d4d12ccf6ce62b26a1d [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.jst.jsf.context.symbol;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>IBounded List Type Descriptor</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.jst.jsf.context.symbol.SymbolPackage#getIBoundedListTypeDescriptor()
* @model
* @generated
*/
public interface IBoundedListTypeDescriptor extends IListTypeDescriptor, IBoundedTypeDescriptor {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright 2006 Oracle"; //$NON-NLS-1$
} // IBoundedListTypeDescriptor