Uses of Class
io.sendon.model.Replace.DstEnum
-
Packages that use Replace.DstEnum Package Description io.sendon.model -
-
Uses of Replace.DstEnum in io.sendon.model
Methods in io.sendon.model that return Replace.DstEnum Modifier and Type Method Description static Replace.DstEnumReplace.DstEnum. fromValue(String value)Replace.DstEnumReplace. getDst()문자열 치환 값Replace.DstEnumReplace.DstEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Replace.DstEnumReplace.DstEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Replace.DstEnum[]Replace.DstEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.sendon.model with parameters of type Replace.DstEnum Modifier and Type Method Description ReplaceReplace. dst(Replace.DstEnum dst)voidReplace. setDst(Replace.DstEnum dst)voidReplace.DstEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Replace.DstEnum enumeration)
-