org.ow2.bonita.facade.def.element
Interface FormalParameterDefinition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FormalParameterDefinitionImpl

public interface FormalParameterDefinition
extends java.io.Serializable

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

getId

java.lang.String getId()
Identifier for the parameter.


getDataType

DataTypeDefinition getDataType()
Data type of the formal parameter.


getMode

FormalParameterDefinition.Mode getMode()
IN Input Parameters OUT Output Parameters INOUT Parameters used as input and output



Copyright © 2009 OW2 Consortium. All Rights Reserved.