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