Uses of Class
org.dizitart.no2.migration.InstructionType
-
Packages that use InstructionType Package Description org.dizitart.no2.migration -
-
Uses of InstructionType in org.dizitart.no2.migration
Methods in org.dizitart.no2.migration that return InstructionType Modifier and Type Method Description static InstructionTypeInstructionType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstructionType[]InstructionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-