public interface OperationMetadata
Function,
PropertyMetadata| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION
Metadata key, which value represents the operation description.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,?> |
getMetadata()
Returns metadata about the function operation.
|
PropertyMetadata[] |
getParametersMetadata()
Returns metadata about the operation parameters or
null if no
such metadata is available. |
PropertyMetadata |
getReturnValueMetadata()
Returns metadata about the operation return value or
null if no
such metadata is available. |
static final String DESCRIPTION
java.lang.String.Map<String,?> getMetadata()
java.util.Map result must be of java.lang.String type.
Possible keys:
DESCRIPTIONnull if no such metadata is
available.PropertyMetadata getReturnValueMetadata()
null if no
such metadata is available.PropertyMetadata[] getParametersMetadata()
null if no
such metadata is available.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0