org.eclipse.emf.codegen.ecore.genmodel.util
Class GenModelUtil
java.lang.Object
org.eclipse.emf.codegen.ecore.genmodel.util.GenModelUtil
public class GenModelUtil
- extends java.lang.Object
This class contains convenient static methods for working with GenModel objects.
- Since:
- 2.2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenModelUtil
public GenModelUtil()
getAnnotation
public static java.lang.String getAnnotation(GenBase genBase,
java.lang.String sourceURI,
java.lang.String key)
setAnnotation
public static void setAnnotation(GenBase genBase,
java.lang.String sourceURI,
java.lang.String key,
java.lang.String value)
createGenerator
public static Generator createGenerator(GenModel genModel)
- Since:
- 2.5