org.apache.ode.bpel.rtrep.v2
Class OScope.Variable

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.OBase
      extended by org.apache.ode.bpel.rtrep.v2.OScope.Variable
All Implemented Interfaces:
java.io.Serializable, ActivityModel
Enclosing class:
OScope

public static final class OScope.Variable
extends OBase

See Also:
Serialized Form

Field Summary
 OScope declaringScope
           
 OExtVar extVar
          If not-null indicates that this variable has an external representation.
 java.lang.String name
           
 OVarType type
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OScope.Variable(OProcess owner, OVarType type)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

declaringScope

public OScope declaringScope

type

public OVarType type

extVar

public OExtVar extVar
If not-null indicates that this variable has an external representation.

Constructor Detail

OScope.Variable

public OScope.Variable(OProcess owner,
                       OVarType type)
Method Detail

toString

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

getDescription

public java.lang.String getDescription()