|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface CmplxInput
The ComplexOutput
annotates an input parameter of Type.Complex
.
Note: The name of this annotation is slightly 'un-Java', this way it won't interfere with
ComplexInput
See ProcessDescription
for a brief introduction to assigning values to annotations.
Required Element Summary | |
---|---|
ComplexFormat[] |
formats
The possible formats this process can process as input data. |
Optional Element Summary | |
---|---|
double |
maximumMegabytes
The number of megabytes complex input data may have, default to 1 |
Element Detail |
---|
public abstract ComplexFormat[] formats
public abstract double maximumMegabytes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |