-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum Arithmetic
Created by Kunyang.Lee on 2017/9/7.
-
-
Field Summary
Fields Modifier and Type Field Description public String
arithmetic
-
Method Summary
Modifier and Type Method Description static Array<Arithmetic>
values()
static Arithmetic
valueOf(String name)
String
getArithmetic()
void
setArithmetic(String arithmetic)
-
-
Method Detail
-
values
static Array<Arithmetic> values()
-
valueOf
static Arithmetic valueOf(String name)
-
getArithmetic
String getArithmetic()
-
setArithmetic
void setArithmetic(String arithmetic)
-
-
-
-