|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormalParameterDefinition
Formal Parameter definition (within Workflow Process Element).
That definition could be used to specify formal parameters to be mapped to
actual parameters within Activity Element implemented by Subflow type.
Nested Class Summary | |
---|---|
static class |
FormalParameterDefinition.Mode
Mode of transmission of the parameters. |
Method Summary | |
---|---|
DataTypeDefinition |
getDataType()
Data type of the formal parameter. |
java.lang.String |
getId()
Identifier for the parameter. |
FormalParameterDefinition.Mode |
getMode()
IN Input Parameters OUT Output Parameters INOUT Parameters used as input and output |
Method Detail |
---|
java.lang.String getId()
DataTypeDefinition getDataType()
FormalParameterDefinition.Mode getMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |