| 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,
List<String> collisionInternalNames) |
| Modifier and Type | Field and Description |
|---|---|
protected ParameterType |
APIParameterModel.parameterType |
| Modifier and Type | Method and Description |
|---|---|
ParameterType |
APIParameterModel.getParameterType() |
| Constructor and Description |
|---|
AMFParameterModel(amf.client.model.domain.Parameter parameter,
ParameterType parameterType,
boolean isPassword) |
AMFParameterModel(amf.client.model.domain.PropertyShape propertyShape,
ParameterType parameterType) |
AMFParameterModel(String name,
ParameterType parameterType,
AMFPrimitiveTypeModel amfPrimitiveTypeParser) |
| Constructor and Description |
|---|
RPParameterModel(org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration,
ParameterType parameterType,
boolean isPassword) |
Copyright © 2020. All rights reserved.