}
aMethodeElement.setBody(
"\n\n\n// ToDo: Please insert your implementation code "
+ "here.\n\n" + stringReturnCommand );
IDLMethod aIDLMethod = new IDLMethod();
aIDLMethod.setMethod(aMethodeElement);
bIDLInterface.addIDLMethod(aIDLMethod);
} catch (Exception e){
System.out.println( e );
}