| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.component.description |
Description of IND2UCE component capabilities, i.e., their interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
JsonType |
TypeDescription.getJsonType()
Gets the json type.
|
JsonType |
InputParameterDescription.getJsonType() |
static JsonType |
JsonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonType[] |
JsonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDescription.setJsonType(JsonType jsonType)
Sets the json type.
|
void |
InputParameterDescription.setJsonType(JsonType jsonType) |
| Constructor and Description |
|---|
InputParameterDescription(String name,
String description,
String pattern,
boolean mandatory,
Type type,
JsonType jsonType,
List<TypeDescription> parameterTypeDescription)
Instantiates a new input parameter description.
|
Copyright © 2018. All rights reserved.