Uses of Class
com.ebmwebsourcing.wsstar.qml.upmc.fr.Expr

Packages that use Expr
com.ebmwebsourcing.wsstar.qml.impl   
com.ebmwebsourcing.wsstar.qml.upmc.fr   
 

Uses of Expr in com.ebmwebsourcing.wsstar.qml.impl
 

Constructors in com.ebmwebsourcing.wsstar.qml.impl with parameters of type Expr
ExprImpl(Expr model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
 

Uses of Expr in com.ebmwebsourcing.wsstar.qml.upmc.fr
 

Fields in com.ebmwebsourcing.wsstar.qml.upmc.fr declared as Expr
protected  Expr Conversion.expr
           
protected  Expr ExprUnary.expr
           
 

Fields in com.ebmwebsourcing.wsstar.qml.upmc.fr with type parameters of type Expr
protected  java.util.List<Expr> ExprBinary.content
           
 

Methods in com.ebmwebsourcing.wsstar.qml.upmc.fr that return Expr
 Expr ObjectFactory.createExpr()
          Create an instance of Expr
 Expr Conversion.getExpr()
          Gets the value of the expr property.
 Expr ExprUnary.getExpr()
          Gets the value of the expr property.
 

Methods in com.ebmwebsourcing.wsstar.qml.upmc.fr that return types with arguments of type Expr
 java.util.List<Expr> ExprBinary.getContent()
          Gets the rest of the content model.
 

Methods in com.ebmwebsourcing.wsstar.qml.upmc.fr with parameters of type Expr
 void Conversion.setExpr(Expr value)
          Sets the value of the expr property.
 void ExprUnary.setExpr(Expr value)
          Sets the value of the expr property.
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.