|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface LitOutput
The LiteralOutput annotates an output parameter of Type.Literal
Note: The name of this annotation is slightly 'un-Java', this way it won't interfere with
LiteralOutput
See ProcessDescription for a brief introduction to assigning values to annotations.
| Required Element Summary | |
|---|---|
ReferenceType |
dataType
The datatype of the literal output parameter. |
| Optional Element Summary | |
|---|---|
ReferenceType[] |
uoms
The unit of measures of this literal output parameter. uom[0] is the default uom. |
| Element Detail |
|---|
public abstract ReferenceType dataType
public abstract ReferenceType[] uoms
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||