Class GenModelUtil


  • public final class GenModelUtil
    extends java.lang.Object
    Util class for manipulating GenModels.
    Author:
    Johannes Faltermeier
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addDescriptionTags​(org.eclipse.emf.codegen.ecore.genmodel.GenModel genModel, java.lang.String tag)
      Add the given tag as a property description to all GenFeatures, which do not yet have a description.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addDescriptionTags

        public static void addDescriptionTags​(org.eclipse.emf.codegen.ecore.genmodel.GenModel genModel,
                                              java.lang.String tag)
        Add the given tag as a property description to all GenFeatures, which do not yet have a description.
        Parameters:
        genModel - the GenModel
        tag - the tag