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 TQuery.opaque
           
protected  TOpaqueBoolean TTo.opaque
           
protected  TOpaqueBoolean TExpression.opaque
           
protected  TOpaqueBoolean TFrom.opaque
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TOpaqueBoolean
static TOpaqueBoolean TOpaqueBoolean.fromValue(java.lang.String v)
           
 TOpaqueBoolean TQuery.getOpaque()
          Gets the value of the opaque property.
 TOpaqueBoolean TTo.getOpaque()
          Gets the value of the opaque property.
 TOpaqueBoolean TExpression.getOpaque()
          Gets the value of the opaque property.
 TOpaqueBoolean TFrom.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're declared.
 

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



Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.