Package com.walkfares.odsl.function
Class FunctionParameter
java.lang.Object
com.walkfares.odsl.function.FunctionParameter
public class FunctionParameter extends Object
-
Constructor Summary
Constructors Constructor Description FunctionParameter()
-
Method Summary
Modifier and Type Method Description String
getDescription()
String
getName()
boolean
isByref()
FunctionParameter
setByref(boolean byref)
FunctionParameter
setDescription(String description)
FunctionParameter
setName(String name)
-
Constructor Details
-
FunctionParameter
public FunctionParameter()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
isByref
public boolean isByref() -
setByref
-