public @interface TaskParameter
Modifier and Type | Required Element and Description |
---|---|
String |
name
The parameter name.
|
Modifier and Type | Optional Element and Description |
---|---|
Class<?> |
clazz
The clazz (i.e. type) of the parameter.
|
String |
description
The parameter description.
|
String |
direction
The direction (in, out or inout).
|
String |
initialvalue
The initial value (as Java expression).
|
public abstract String name
public abstract String direction
public abstract Class<?> clazz
public abstract String initialvalue
public abstract String description
Copyright © 2012. All Rights Reserved.