Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e3f819a33bd094c5416de8d56be46c0199b02d34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * <copyright>
 * </copyright>
 *

 */
package org.eclipse.etrice.core.config;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Number Literal</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.etrice.core.config.ConfigPackage#getNumberLiteral()
 * @model
 * @generated
 */
public interface NumberLiteral extends Literal
{
} // NumberLiteral

Back to the top