Uses of Class
com.ebmwebsourcing.easybpel.model.bpel.executable.TPattern

Packages that use TPattern
com.ebmwebsourcing.easybpel.model.bpel.api.correlation   
com.ebmwebsourcing.easybpel.model.bpel.executable   
 

Uses of TPattern in com.ebmwebsourcing.easybpel.model.bpel.api.correlation
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.correlation that return TPattern
 TPattern Correlation.getPattern()
           
 

Uses of TPattern in com.ebmwebsourcing.easybpel.model.bpel.executable
 

Fields in com.ebmwebsourcing.easybpel.model.bpel.executable declared as TPattern
protected  TPattern TCorrelationWithPattern.pattern
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TPattern
static TPattern TPattern.fromValue(java.lang.String v)
           
 TPattern TCorrelationWithPattern.getPattern()
          Gets the value of the pattern property.
static TPattern TPattern.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TPattern[] TPattern.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable with parameters of type TPattern
 void TCorrelationWithPattern.setPattern(TPattern value)
          Sets the value of the pattern property.
 



Copyright © 2012 Petals Link. All Rights Reserved.