Uses of Interface
com.ebmwebsourcing.agreement.definition.api.Variable

Packages that use Variable
com.ebmwebsourcing.agreement.definition.api   
com.ebmwebsourcing.agreement.definition.impl   
 

Uses of Variable in com.ebmwebsourcing.agreement.definition.api
 

Methods in com.ebmwebsourcing.agreement.definition.api that return Variable
 Variable ServiceProperties.newVariable()
           
 

Methods in com.ebmwebsourcing.agreement.definition.api that return types with arguments of type Variable
 java.util.List<Variable> ServiceProperties.getVariables()
           
 

Methods in com.ebmwebsourcing.agreement.definition.api with parameters of type Variable
 void ServiceProperties.addVariable(Variable variable)
           
 void ServiceProperties.removeVariable(Variable variable)
           
 

Uses of Variable in com.ebmwebsourcing.agreement.definition.impl
 

Classes in com.ebmwebsourcing.agreement.definition.impl that implement Variable
 class VariableImpl
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl that return Variable
 Variable ServicePropertiesImpl.newVariable()
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl that return types with arguments of type Variable
 java.util.List<Variable> ServicePropertiesImpl.getVariables()
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl with parameters of type Variable
 void ServicePropertiesImpl.addVariable(Variable variable)
           
 void ServicePropertiesImpl.removeVariable(Variable variable)
           
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.