Uses of Class
com.ebmwebsourcing.easybpel.model.bpel._abstract.TOpaqueBoolean

Packages that use TOpaqueBoolean
com.ebmwebsourcing.easybpel.model.bpel._abstract   
 

Uses of TOpaqueBoolean in com.ebmwebsourcing.easybpel.model.bpel._abstract
 

Fields in com.ebmwebsourcing.easybpel.model.bpel._abstract declared as TOpaqueBoolean
protected  TOpaqueBoolean TFrom.opaque
           
protected  TOpaqueBoolean TExpression.opaque
           
protected  TOpaqueBoolean TQuery.opaque
           
protected  TOpaqueBoolean TTo.opaque
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TOpaqueBoolean
static TOpaqueBoolean TOpaqueBoolean.fromValue(java.lang.String v)
           
 TOpaqueBoolean TFrom.getOpaque()
          Gets the value of the opaque property.
 TOpaqueBoolean TExpression.getOpaque()
          Gets the value of the opaque property.
 TOpaqueBoolean TQuery.getOpaque()
          Gets the value of the opaque property.
 TOpaqueBoolean TTo.getOpaque()
          Gets the value of the opaque property.
static TOpaqueBoolean TOpaqueBoolean.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TOpaqueBoolean[] TOpaqueBoolean.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract with parameters of type TOpaqueBoolean
 void TFrom.setOpaque(TOpaqueBoolean value)
          Sets the value of the opaque property.
 void TExpression.setOpaque(TOpaqueBoolean value)
          Sets the value of the opaque property.
 void TQuery.setOpaque(TOpaqueBoolean value)
          Sets the value of the opaque property.
 void TTo.setOpaque(TOpaqueBoolean value)
          Sets the value of the opaque property.
 



Copyright © 2011 Petals Link. All Rights Reserved.