|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Interface that defines a command parameter in Tarsis MVC Framework.
A command parameter represents a value to be passed to command in order to be
executed correctly. Parameters can be required or optional and can have one or
more values.
Command| Method Summary | |
|---|---|
java.lang.Object |
defaultValue()
Returns the default value of parameter if no other is provided. |
java.lang.String |
getName()
Returns the name of parameter. |
java.lang.Class |
getType()
Returns the type of parameter. |
boolean |
isMultiple()
Returns true if parameter can have multiple values. |
boolean |
isRequired()
Returns true if parameter is required. |
| Method Detail |
public java.lang.String getName()
public java.lang.Class getType()
java.lang.Stringjava.lang.Integerjava.lang.Longjava.lang.Doublejava.lang.Floatjava.lang.Booleanjava.util.Datejava.sql.Datejava.sql.Timejava.sql.Timestampjava.io.File
public boolean isRequired()
true if parameter is required.
true if parameter is required.public boolean isMultiple()
true if parameter can have multiple values.
true if parameter can have multiple values.public java.lang.Object defaultValue()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||