public interface ECPStringModifier
Modifier and Type | Method and Description |
---|---|
double |
getPriority()
Returns the priority of this modifier.
|
String |
modifyString(String text,
org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
Modifies a string.
|
String modifyString(String text, org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
text
- the text to modifysetting
- the Setting used to generate this textdouble getPriority()
#modifyString(String, Setting)
method of this modifier is executed before modifiers with higher priority.Copyright © 2018. All rights reserved.