|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={})
@Retention(value=CLASS)
public @interface AutoInstanceParam
Holder for a single name/value pair for a parameter to an
auto-instance. Used only in AutoInstance.parameters().
| Required Element Summary | |
|---|---|
String |
name
The name of the parameter. |
String |
value
The parameter value as a string, following normal GATE conversion rules for non-string parameter types. |
| Element Detail |
|---|
public abstract String name
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||