Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8974f709f33974b644e91fe8b710ebc17263b9a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * <copyright>
 * </copyright>
 *
 * $Id: ImplSingleRefNonContainerNPL.java,v 1.3 2008-09-18 12:56:50 estepper Exp $
 */
package org.eclipse.emf.cdo.tests.model4;

import org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL;

/**
 * <!-- begin-user-doc --> A representation of the model object '<em><b>Impl Single Ref Non Container NPL</b></em>'.
 * <!-- end-user-doc -->
 * 
 * @see org.eclipse.emf.cdo.tests.model4.model4Package#getImplSingleRefNonContainerNPL()
 * @model
 * @generated
 */
public interface ImplSingleRefNonContainerNPL extends ISingleRefNonContainerNPL
{
} // ImplSingleRefNonContainerNPL

Back to the top