Uses of Enum
model.Transfer.TypeEnum
Packages that use Transfer.TypeEnum
-
Uses of Transfer.TypeEnum in model
Methods in model that return Transfer.TypeEnumModifier and TypeMethodDescriptionstatic Transfer.TypeEnumTransfer.getType()Type of `Transfer`.Transfer.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Transfer.TypeEnumReturns the enum constant of this type with the specified name.static Transfer.TypeEnum[]Transfer.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type Transfer.TypeEnumModifier and TypeMethodDescriptionvoidTransfer.setType(Transfer.TypeEnum type) Transfer.type(Transfer.TypeEnum type) voidTransfer.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Transfer.TypeEnum enumeration)