public final class FunctionParameterImpl extends java.lang.Object implements FunctionParameter
| Modifier | Constructor and Description |
|---|---|
protected |
FunctionParameterImpl(java.lang.String name, java.lang.String type) |
| 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.
|
protected FunctionParameterImpl(java.lang.String name,
java.lang.String type)
public void setName(java.lang.String name)
FunctionParametersetName in interface FunctionParametername - name of the function parameterpublic java.lang.String getName()
FunctionParametergetName in interface FunctionParameterpublic void setType(java.lang.String type)
FunctionParametersetType in interface FunctionParametertype - type of the function parameterpublic java.lang.String getType()
FunctionParametergetType in interface FunctionParameter