|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunctionType
Enumerates the different possible function signatures.
Field Summary | |
---|---|
static FunctionType |
INPUT_ONLY
There is only an input DataDescription for the function. |
static FunctionType |
INPUT_OUTPUT_DIFFERENT
The function has different input and output DataDescription. |
static FunctionType |
INPUT_OUTPUT_SAME
The same DataDescription is used for input and output for the function |
static FunctionType |
NO_ARGS
There are no DataDescriptions for the function. |
static FunctionType |
OUTPUT_ONLY
There is only an output DataDescription for the function. |
Field Detail |
---|
static final FunctionType INPUT_ONLY
static final FunctionType OUTPUT_ONLY
static final FunctionType NO_ARGS
static final FunctionType INPUT_OUTPUT_SAME
static final FunctionType INPUT_OUTPUT_DIFFERENT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |