Edit C:\galaxie\jobs\MAURY_GUIDE_EXPORT_2023_0.2\MAURY_GUIDE_EXPORT_2019\src\main\java\routines\Maury.java
package routines; /* * user specification: the function's comment should contain keys as follows: 1. write about the function's comment.but * it must be before the "{talendTypes}" key. * * 2. {talendTypes} 's value must be talend Type, it is required . its value should be one of: String, char | Character, * long | Long, int | Integer, boolean | Boolean, byte | Byte, Date, double | Double, float | Float, Object, short | * Short * * 3. {Category} define a category for the Function. it is required. its value is user-defined . * * 4. {param} 's format is: {param} <type>[(<default value or closed list values>)] <name>[ : <comment>] * * <type> 's value should be one of: string, int, list, double, object, boolean, long, char, date. <name>'s value is the * Function's parameter name. the {param} is optional. so if you the Function without the parameters. the {param} don't * added. you can have many parameters for the Function. * * 5. {example} gives a example for the Function. it is optional. */ public class Maury { /** * helloExample: not return value, only print "hello" + message. * * * {talendTypes} String * * {Category} User Defined * * {param} string("world") input: The string need to be printed. * * {example} helloExemple("world") # hello world !. */ public String Pays; public String RLine1; public String RLine2; public String DLine2; public String DLine3; public String DLine1T; public String DLine1B; public String Desc; public String Loc03; public String Loc13; public String getLoc03() { return Loc03; } public void setLoc03(String loc03) { Loc03 = loc03; } public String getLoc13() { return Loc13; } public void setLoc13(String loc13) { Loc13 = loc13; } public String getPays() { return Pays; } public void setPays(String pays) { Pays = pays; } public String getRLine1() { return RLine1; } public void setRLine1(String rLine1) { RLine1 = rLine1; } public String getRLine2() { return RLine2; } public void setRLine2(String rLine2) { RLine2 = rLine2; } public String getDLine2() { return DLine2; } public void setDLine2(String dLine2) { DLine2 = dLine2; } public String getDLine3() { return DLine3; } public void setDLine3(String dLine3) { DLine3 = dLine3; } public String getDLine1T() { return DLine1T; } public void setDLine1T(String dLine1T) { DLine1T = dLine1T; } public String getDLine1B() { return DLine1B; } public void setDLine1B(String dLine1B) { DLine1B = dLine1B; } public String getDesc() { return Desc; } public void setDesc(String desc) { Desc = desc; } public static void helloExample(String message) { if (message == null) { message = "World"; //$NON-NLS-1$ } System.out.println("Hello " + message + " !"); //$NON-NLS-1$ //$NON-NLS-2$ } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de