Uses of Enum Class
test.de.oktoflow.platform.support.json.jackson.JsonTest.MyEnum
Packages that use JsonTest.MyEnum
-
Uses of JsonTest.MyEnum in test.de.oktoflow.platform.support.json.jackson
Fields in test.de.oktoflow.platform.support.json.jackson declared as JsonTest.MyEnumMethods in test.de.oktoflow.platform.support.json.jackson that return JsonTest.MyEnumModifier and TypeMethodDescriptionJsonTest.EnumTest.geteVal()Returns eVal.static JsonTest.MyEnumReturns the enum constant of this class with the specified name.static JsonTest.MyEnum[]JsonTest.MyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in test.de.oktoflow.platform.support.json.jackson with parameters of type JsonTest.MyEnumModifier and TypeMethodDescriptionvoidJsonTest.EnumTest.seteVal(JsonTest.MyEnum eVal) Changes eVal.