Uses of Class
ch.elca.el4j.tests.remoting.service.CalculatorOperation

Packages that use CalculatorOperation
ch.elca.el4j.tests.remoting.service   
ch.elca.el4j.tests.remoting.service.impl   
 

Uses of CalculatorOperation in ch.elca.el4j.tests.remoting.service
 

Methods in ch.elca.el4j.tests.remoting.service that return CalculatorOperation
static CalculatorOperation CalculatorOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CalculatorOperation[] CalculatorOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.elca.el4j.tests.remoting.service with parameters of type CalculatorOperation
 double Calculator.calculate(double a, double b, CalculatorOperation operation)
          Executes the given operation with a and b and returns the result.
 

Uses of CalculatorOperation in ch.elca.el4j.tests.remoting.service.impl
 

Methods in ch.elca.el4j.tests.remoting.service.impl with parameters of type CalculatorOperation
 double CalculatorImpl.calculate(double a, double b, CalculatorOperation operation)
          Executes the given operation with a and b and returns the result.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.