org.eclipse.emf.codegen.ecore.genmodel.util
Class GenModelUtil
java.lang.Object
org.eclipse.emf.codegen.ecore.genmodel.util.GenModelUtil
- public class GenModelUtil
- extends 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 String getAnnotation(GenBase genBase,
String sourceURI,
String key)
setAnnotation
public static void setAnnotation(GenBase genBase,
String sourceURI,
String key,
String value)