Uses of Interface
com.ebmwebsourcing.wsstar.qml.api.Value

Packages that use Value
com.ebmwebsourcing.wsstar.qml.api   
com.ebmwebsourcing.wsstar.qml.impl   
 

Uses of Value in com.ebmwebsourcing.wsstar.qml.api
 

Methods in com.ebmwebsourcing.wsstar.qml.api that return Value
 Value Constraint.getValue()
           
 Value Expr.getValue()
           
 Value Constraint.newValue()
           
 

Methods in com.ebmwebsourcing.wsstar.qml.api with parameters of type Value
 void Constraint.setValue(Value val)
           
 void Expr.setValue(Value value)
           
 

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

Classes in com.ebmwebsourcing.wsstar.qml.impl that implement Value
 class ValueImpl
           
 

Methods in com.ebmwebsourcing.wsstar.qml.impl that return Value
 Value ExprImpl.getValue()
           
 Value ConstraintImpl.getValue()
           
 Value ConstraintImpl.newValue()
           
 

Methods in com.ebmwebsourcing.wsstar.qml.impl with parameters of type Value
 void ExprImpl.setValue(Value value)
           
 void ConstraintImpl.setValue(Value val)
           
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.