|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={})
@Documented
public @interface ParamDeclares a submission parameter.
ParamProperty,
ParamRegexp,
Submission| Required Element Summary | |
|---|---|
String |
name
The name of the parameter. |
| Optional Element Summary | |
|---|---|
String[] |
defaultValues
The default values of the parameter. |
| Element Detail |
|---|
public abstract String name
public abstract String[] defaultValues
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||