| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.component.description |
Description of IND2UCE component capabilities, i.e., their interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassTypeDescription
The Class ClassTypeDescription.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TypeDescription> |
ClassTypeDescription.getFields()
Gets the fields.
|
List<TypeDescription> |
InputParameterDescription.getParameterTypeDescription()
Gets the parameter type description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassTypeDescription.addFields(String key,
TypeDescription value)
Adds the fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassTypeDescription.setFields(Map<String,TypeDescription> fieldList)
Sets the fields.
|
void |
InputParameterDescription.setParameterTypeDescription(List<TypeDescription> parameterTypeDescription)
Sets the parameter type description.
|
| 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.