public class FunctionParameter extends Object
| Constructor and Description |
|---|
FunctionParameter(String name,
MetadataType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the parameter
|
MetadataType |
getType()
Returns the type of the parameter
|
public FunctionParameter(String name, MetadataType type)
public String getName()
public MetadataType getType()
Copyright © 2023 MuleSoft, Inc.. All rights reserved.