public interface Parameter
Implementations of components typically declare the parameters that they
accept using an enum that also implements this interface.
| Modifier and Type | Interface and Description |
|---|---|
static class |
Parameter.Type |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of this Parameter.
|
String |
getName()
Returns the name of this Parameter.
|
Parameter.Type |
getType()
Returns the of this Parameter.
|
boolean |
isRequired()
Returns whether the parameter is required.
|
boolean isRequired()
Parameter.Type getType()
String getDescription()
String getName()
Copyright © 2006–2016 Julian Hyde. All rights reserved.