Uses of Class
moea.commons.examples.TestFunction.KindOfTestFunction

Packages that use TestFunction.KindOfTestFunction
moea.commons.examples   
 

Uses of TestFunction.KindOfTestFunction in moea.commons.examples
 

Fields in moea.commons.examples declared as TestFunction.KindOfTestFunction
static TestFunction.KindOfTestFunction TestFunction.kindOfTestFunction
           
 

Methods in moea.commons.examples that return TestFunction.KindOfTestFunction
static TestFunction.KindOfTestFunction TestFunction.KindOfTestFunction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TestFunction.KindOfTestFunction[] TestFunction.KindOfTestFunction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.