public interface Parameter
Description
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getDefaultValue()
Get the default value as a string to be parsed by the binding.
|
java.lang.Character |
getFlag()
Get the flag associated with this parameter.
|
java.lang.String |
getName()
The name of the parameter.
|
boolean |
isOptional()
Get whether this parameter is optional.
|
boolean |
isValueFlag()
Return whether the flag is a value flag.
|
java.lang.String getName()
java.lang.Character getFlag()
isValueFlag()
boolean isValueFlag()
getFlag()
boolean isOptional()
java.lang.String[] getDefaultValue()