Interface HasModelElement
-
public interface HasModelElementSomeXElementimplementations have an associatedElement, in which case they implement this interface in order to expose the Element.- Since:
- 4.3
- Author:
- anistor@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementgetElement()Get theElement, nevernull.
-