public class EvlMarkerResolution extends Object implements org.eclipse.ui.IMarkerResolution
Modifier and Type | Field and Description |
---|---|
protected String |
elementId |
protected String |
ePackageUri |
protected FixInstance |
fix |
protected String |
label |
protected String |
modelName |
Constructor and Description |
---|
EvlMarkerResolution(String elementId,
FixInstance fix,
String modelName,
String ePackageUri) |
Modifier and Type | Method and Description |
---|---|
String |
getElementId() |
String |
getePackageUri() |
FixInstance |
getFix() |
String |
getLabel() |
String |
getModelName() |
void |
run(org.eclipse.core.resources.IMarker marker) |
protected String label
protected FixInstance fix
protected String elementId
protected String modelName
protected String ePackageUri
public EvlMarkerResolution(String elementId, FixInstance fix, String modelName, String ePackageUri)
public String getLabel()
getLabel
in interface org.eclipse.ui.IMarkerResolution
public void run(org.eclipse.core.resources.IMarker marker)
run
in interface org.eclipse.ui.IMarkerResolution
public FixInstance getFix()
public String getElementId()
public String getModelName()
public String getePackageUri()
Copyright © 2020. All rights reserved.