Uses of Enum
model.Transfer.StateEnum
Packages that use Transfer.StateEnum
-
Uses of Transfer.StateEnum in model
Methods in model that return Transfer.StateEnumModifier and TypeMethodDescriptionstatic Transfer.StateEnumTransfer.getState()The stauts of the `Transfer`.Transfer.StateEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Transfer.StateEnumReturns the enum constant of this type with the specified name.static Transfer.StateEnum[]Transfer.StateEnum.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.StateEnumModifier and TypeMethodDescriptionvoidTransfer.setState(Transfer.StateEnum state) Transfer.state(Transfer.StateEnum state) voidTransfer.StateEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Transfer.StateEnum enumeration)