Class EvlMarkerResolution
- java.lang.Object
-
- org.eclipse.epsilon.evl.emf.validation.EvlMarkerResolution
-
- All Implemented Interfaces:
org.eclipse.ui.IMarkerResolution
public class EvlMarkerResolution extends Object implements org.eclipse.ui.IMarkerResolution
-
-
Field Summary
Fields Modifier and Type Field Description protected String
elementId
protected String
ePackageUri
protected FixInstance
fix
protected String
label
protected String
modelName
-
Constructor Summary
Constructors Constructor Description EvlMarkerResolution(String elementId, FixInstance fix, String modelName, String ePackageUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getElementId()
String
getePackageUri()
FixInstance
getFix()
String
getLabel()
String
getModelName()
void
run(org.eclipse.core.resources.IMarker marker)
-
-
-
Field Detail
-
label
protected String label
-
fix
protected FixInstance fix
-
elementId
protected String elementId
-
modelName
protected String modelName
-
ePackageUri
protected String ePackageUri
-
-
Constructor Detail
-
EvlMarkerResolution
public EvlMarkerResolution(String elementId, FixInstance fix, String modelName, String ePackageUri)
-
-
Method Detail
-
getLabel
public String getLabel()
- Specified by:
getLabel
in interfaceorg.eclipse.ui.IMarkerResolution
-
run
public void run(org.eclipse.core.resources.IMarker marker)
- Specified by:
run
in interfaceorg.eclipse.ui.IMarkerResolution
-
getFix
public FixInstance getFix()
-
getElementId
public String getElementId()
-
getModelName
public String getModelName()
-
getePackageUri
public String getePackageUri()
-
-