org.apache.ode.bpel.rtrep.v1
Class OProcess.OPropertyAlias

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v1.OBase
      extended by org.apache.ode.bpel.rtrep.v1.OProcess.OPropertyAlias
All Implemented Interfaces:
java.io.Serializable, ActivityModel, PropertyAliasModel
Enclosing class:
OProcess

public static class OProcess.OPropertyAlias
extends OBase
implements PropertyAliasModel

See Also:
Serialized Form

Field Summary
 OExpression location
           
 OMessageVarType.Part part
          For BPEL 1.1
 OVarType varType
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OProcess.OPropertyAlias(OProcess owner)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

varType

public OVarType varType

part

public OMessageVarType.Part part
For BPEL 1.1


location

public OExpression location
Constructor Detail

OProcess.OPropertyAlias

public OProcess.OPropertyAlias(OProcess owner)
Method Detail

toString

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

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface PropertyAliasModel