public interface Parameter
Description| Modifier and Type | Method and Description |
|---|---|
String[] |
getDefaultValue()
Get the default value as a string to be parsed by the binding.
|
Character |
getFlag()
Get the flag associated with this parameter.
|
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.
|
String getName()
Character getFlag()
isValueFlag()boolean isValueFlag()
getFlag()boolean isOptional()
String[] getDefaultValue()
Copyright © 2015. All Rights Reserved.