| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
RESERVED_NAMES |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue()
The default value for this parameter.
|
DataType |
getType()
Returns the type of the parameter
|
boolean |
isDynamic()
A parameter is considered to be dynamic if it's value can change in runtime
depending on contextual circumstances.
|
boolean |
isRequired()
Whether or not this parameter is required.
|
getDescription, getNamegetCapabilities, isCapableOfboolean isRequired()
getDefaultValue() in the sense that a required parameter cannot have a default
value. At the same time, if the parameter has a default value, then it makes no sense
to consider it as requiredboolean isDynamic()
Object getDefaultValue()
isDynamic() returns true.
This method is exclusive with isRequired(). Check that method's comments for
more information on the semantics of this two methods.Copyright © 2015 MuleSoft, Inc.. All rights reserved.