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 |
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 getMetadata()
java.util.Map
result must be of java.lang.String
type.
Possible keys:
DESCRIPTION
null
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 © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0