Uses of Class
com.ezylang.evalex.data.EvaluationValue.DataType
-
Packages that use EvaluationValue.DataType Package Description com.ezylang.evalex.data -
-
Uses of EvaluationValue.DataType in com.ezylang.evalex.data
Methods in com.ezylang.evalex.data that return EvaluationValue.DataType Modifier and Type Method Description static EvaluationValue.DataTypeEvaluationValue.DataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EvaluationValue.DataType[]EvaluationValue.DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-