|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Parameter
Maps the Java field to a parameter of the remote function module's interface.
Required Element Summary | |
---|---|
String |
value
The name of the function module's parameter. |
Optional Element Summary | |
---|---|
ParameterType |
type
The type of the parameter, either SIMPLE for scalar types or STRUCTURE for complex types. |
Element Detail |
---|
public abstract String value
public abstract ParameterType type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |