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

All Superinterfaces:
java.io.Serializable

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 getDescription()
          Textual description of the formal parameter.
 java.lang.String getId()
          Identifier for the parameter.
 java.lang.String getIndex()
          Index of the parameter (Deprecated).
 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.


getDescription

java.lang.String getDescription()
Textual description of the formal parameter.


getIndex

java.lang.String getIndex()
Index of the parameter (Deprecated).


getMode

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



Copyright © 2008 OW2 Consortium. All Rights Reserved.