| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
Parameter.In
Marker interface to classify a parameter as input parameter. 
 | 
static interface  | 
Parameter.Out
Marker interface to classify a parameter as output parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Type | 
getType()
Returns the parameter. 
 | 
Object | 
getValue()
Returns the value. 
 | 
Copyright © 2021. All rights reserved.