Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8e513bb76a18178129d5c57765e9b287019e020d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 */
package org.eclipse.papyrus.uml.alf.alf;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>UNLIMITED LITERAL</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.uml.alf.alf.AlfPackage#getUNLIMITED_LITERAL()
 * @model
 * @generated
 */
public interface UNLIMITED_LITERAL extends NUMBER_LITERAL
{
} // UNLIMITED_LITERAL

Back to the top