/** * <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>'. * * <p><b>Provisional API - subject to change</b></p> * <!-- 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