public interface Parameter
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Parameter.Empty | 
| static class  | Parameter.File | 
| static class  | Parameter.Request | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getMultipleValues() | 
| String | getName() | 
| Object | getObject() | 
| String | getValue() | 
| boolean | isDefined() | 
| boolean | isMultiple() | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.