Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 492a5d72203ab031d43dba8808b14e8f126d2704 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/**
 * Copyright (c) 2010 Mia-Software.
 *    All rights reserved. This program and the accompanying materials
 *    are made available under the terms of the Eclipse Public License v1.0
 *    which accompanies this distribution, and is available at
 *    http://www.eclipse.org/legal/epl-v10.html
 *    
 *    Contributors:
 *    
 *    	   Nicolas Guyomar (Mia-Software) - initial API and implementation
 */
package org.eclipse.modisco.jee.ejbjar.EjbJar30;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Java Type Type</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * 
 * 
 * 	This is a generic type that designates a Java primitive
 * 	type or a fully qualified name of a Java interface/type,
 * 	or an array of such types.
 * 
 *       
 * <!-- end-model-doc -->
 *
 *
 * @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getJavaTypeType()
 * @model extendedMetaData="name='java-typeType' kind='simple'"
 * @generated
 */
public interface JavaTypeType extends org.eclipse.modisco.jee.ejbjar.EjbJar30.String {
} // JavaTypeType

Back to the top