public static enum Types.OpOp4 extends Enum<Types.OpOp4>
| Enum Constant and Description | 
|---|
| WCEMM | 
| WDIVMM | 
| WSIGMOID | 
| WSLOSS | 
| WUMM | 
| Modifier and Type | Method and Description | 
|---|---|
| String | toString() | 
| static Types.OpOp4 | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Types.OpOp4[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Types.OpOp4 WSLOSS
public static final Types.OpOp4 WSIGMOID
public static final Types.OpOp4 WDIVMM
public static final Types.OpOp4 WCEMM
public static final Types.OpOp4 WUMM
public static Types.OpOp4[] values()
for (Types.OpOp4 c : Types.OpOp4.values()) System.out.println(c);
public static Types.OpOp4 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Types.OpOp4>Copyright © 2020 The Apache Software Foundation. All rights reserved.