org.ow2.clif.scenario.isac.engine.instructions
Class PlugInParamPart

java.lang.Object
  extended by org.ow2.clif.scenario.isac.engine.instructions.PlugInParamPart

public class PlugInParamPart
extends java.lang.Object

Author:
Emmanuel Varoquaux, Bruno Dillenseger

Field Summary
static int CONTEXT_CALL
           
 java.lang.String plugInId
           
static int PROPERTY
           
static int SESSION_ID
           
 java.lang.String str
           
static int STRING
           
 int type
           
 java.lang.String variable
           
 
Constructor Summary
PlugInParamPart()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STRING

public static final int STRING
See Also:
Constant Field Values

SESSION_ID

public static final int SESSION_ID
See Also:
Constant Field Values

CONTEXT_CALL

public static final int CONTEXT_CALL
See Also:
Constant Field Values

PROPERTY

public static final int PROPERTY
See Also:
Constant Field Values

type

public int type

str

public java.lang.String str

plugInId

public java.lang.String plugInId

variable

public java.lang.String variable
Constructor Detail

PlugInParamPart

public PlugInParamPart()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object