[Xpand] Query regarding Extension (.ext) file [message #686557] |
Wed, 22 June 2011 09:46  |
Eclipse User |
|
|
|
Hi All, I am a newbie to Xpand. I have created an Extension file
Extensions.ext
List[String] getOutClasses(List[test::Attribute]) :
JAVA com.test.Utils.getOutClasses(List[test::Attribute]);
and a java class Utils.java with the static method
public static List<String> getOutClasses(List<Attribute> attributes) {
...
}
but the problem is in the extension file I am not sure how to specify the argument in the Extension file for the java call.
JAVA com.test.Utils.getOutClasses(List[test::Attribute]);
if i do this i get an error "mismatched input 'List' expecting ')'".
Any help here is appreciated. Thanking you in advance.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03632 seconds