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 StringgetDescription()StringgetName()booleanisByref()FunctionParametersetByref(boolean byref)FunctionParametersetDescription(String description)FunctionParametersetName(String name)
-
Constructor Details
-
FunctionParameter
public FunctionParameter()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
isByref
public boolean isByref() -
setByref
-