Skip to main content
summaryrefslogtreecommitdiffstats
blob: 401e52affdef1bb5558f9ae4352d83e2cbcac6ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package org.eclipse.papyrus.alf.syntax.common;

import org.eclipse.uml2.uml.Element;

public class ExternalElementReference extends ElementReference {

	// Synthesized properties
	protected Element element ;
	
}

Back to the top