public interface FunctionParameter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of this function parameter.
|
java.lang.String |
getType()
Returns the type of this function parameter.
|
void |
setName(java.lang.String name)
Sets the name of the function parameter.
|
void |
setType(java.lang.String type)
Sets the type of the function parameter.
|
void setName(java.lang.String name)
name - name of the function parameterjava.lang.String getName()
void setType(java.lang.String type)
type - type of the function parameterjava.lang.String getType()