| Modifier and Type | Method and Description |
|---|---|
static ParameterType |
ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterType[] |
ParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Parameter(String displayName,
String externalName,
ParameterType parameterType,
TypeDefinition typeDefinition,
String description,
boolean required,
String defaultValue,
boolean password,
ResolverExpression<ValueProviderDefinition> valueProvider,
List<String> collisionInternalNames) |
| Modifier and Type | Method and Description |
|---|---|
ParameterType |
ParameterBinding.getParameterType() |
| Constructor and Description |
|---|
ParameterBinding(ParameterType parameterType,
String name,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
static String |
NamingUtil.buildParameterInternalName(String externalName,
List<String> collisionInternalNames,
ParameterType parameterType) |
Copyright © 2023. All rights reserved.