blob: ebd153cfe3356efc067f9712ba71b6f7b8129b74 [file] [log] [blame]
cbatemanb9a5c2a2006-12-05 18:36:45 +00001/**
2 * <copyright>
3 * </copyright>
4 *
itrimble7dafed72007-04-16 19:55:20 +00005 * $Id$
cbatemanb9a5c2a2006-12-05 18:36:45 +00006 */
itrimble7dafed72007-04-16 19:55:20 +00007package org.eclipse.jst.jsf.context.symbol;
cbatemanb9a5c2a2006-12-05 18:36:45 +00008
9
10/**
11 * <!-- begin-user-doc -->
12 * A representation of the model object '<em><b>IBounded List Type Descriptor</b></em>'.
cbateman39dd1112007-06-15 19:01:45 +000013 *
14 * <p><b>Provisional API - subject to change</b></p>
cbatemanb9a5c2a2006-12-05 18:36:45 +000015 * <!-- end-user-doc -->
16 *
17 *
18 * @see org.eclipse.jst.jsf.context.symbol.SymbolPackage#getIBoundedListTypeDescriptor()
19 * @model
20 * @generated
21 */
22public interface IBoundedListTypeDescriptor extends IListTypeDescriptor, IBoundedTypeDescriptor {
23 /**
24 * <!-- begin-user-doc -->
25 * <!-- end-user-doc -->
26 * @generated
27 */
cbatemanfa6b3632007-05-07 17:30:22 +000028 String copyright = "Copyright 2006 Oracle"; //$NON-NLS-1$
cbatemanb9a5c2a2006-12-05 18:36:45 +000029
30} // IBoundedListTypeDescriptor