Interface ECPStringModifier

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getPriority()
      Returns the priority of this modifier.
      java.lang.String modifyString​(java.lang.String text, org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
      Modifies a string.
    • Method Detail

      • modifyString

        java.lang.String modifyString​(java.lang.String text,
                                      org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
        Modifies a string.
        Parameters:
        text - the text to modify
        setting - the Setting used to generate this text
        Returns:
        the modified text
      • getPriority

        double getPriority()
        Returns the priority of this modifier. A lower priority means that the modifyString(String, Setting) method of this modifier is executed before modifiers with higher priority.
        Returns:
        the priority
        Since:
        1.7