try {
LocalVariable newInstance_0_0 = VariablesFactory.eINSTANCE
.createLocalVariable();
instance.setVariable(newInstance_0_0);
newInstance_0_0.setName("variable_name");
Any newInstance_0_0_1_0 = TypesFactory.eINSTANCE.createAny();
newInstance_0_0.setTypeReference(newInstance_0_0_1_0);
newInstance_0_0_1_0.getComments().add("");
} catch (RuntimeException e) {
DispelDiagramEditorPlugin.getInstance().logError(
"Element initialization failed", e); //$NON-NLS-1$
}