Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4263ee859a3bf375a5a4c8292b0e8210ee3e7752 (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>
 *
 * $Id: DeclaredProperty.java,v 1.1 2008/03/04 10:52:59 sefftinge Exp $
 */
package org.eclipse.xpand3.staticTypesystem.declaration;

import org.eclipse.xpand3.staticTypesystem.AbstractNamedElement;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Declared Property</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.xpand3.staticTypesystem.declaration.DeclarationPackage#getDeclaredProperty()
 * @model
 * @generated
 */
public interface DeclaredProperty extends AbstractNamedElement {
} // DeclaredProperty

Back to the top