public interface IArgument
Modifier and Type | Method and Description |
---|---|
ClassInfo |
getClazz()
Get the class info.
|
UnparsedExpression |
getDefaultValue()
Get the default value.
|
java.lang.String |
getDescription()
Get the description.
|
java.lang.String |
getName()
Get the name.
|
boolean |
validate(java.lang.String input)
Check the validity of an input.
|
java.lang.String getName()
java.lang.String getDescription()
ClassInfo getClazz()
UnparsedExpression getDefaultValue()
boolean validate(java.lang.String input)
input
- The input.