public class FunctionParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
PARAM_LITERAL |
static int |
PARAM_OBJECT |
| Constructor and Description |
|---|
FunctionParameter(String parametername,
String value,
int type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterName() |
int |
getType() |
String |
getValue() |
void |
setParameterName(String parameterName) |
void |
setType(int type) |
void |
setValue(String value) |
String |
toString() |
public static final int PARAM_LITERAL
public static final int PARAM_OBJECT
Copyright © 2016. All rights reserved.