public static enum Types.ReOrgOp extends Enum<Types.ReOrgOp>
| Modifier and Type | Method and Description | 
|---|---|
| String | toString() | 
| static Types.ReOrgOp | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Types.ReOrgOp | valueOfByOpcode(String opcode) | 
| static Types.ReOrgOp[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Types.ReOrgOp DIAG
public static final Types.ReOrgOp RESHAPE
public static final Types.ReOrgOp REV
public static final Types.ReOrgOp SORT
public static final Types.ReOrgOp TRANS
public static Types.ReOrgOp[] values()
for (Types.ReOrgOp c : Types.ReOrgOp.values()) System.out.println(c);
public static Types.ReOrgOp 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.ReOrgOp>public static Types.ReOrgOp valueOfByOpcode(String opcode)
Copyright © 2020 The Apache Software Foundation. All rights reserved.