Uses of Enum Class
co.ecg.alpaca.toolkit.generated.enums.SMPPVersion
Packages that use SMPPVersion
-
Uses of SMPPVersion in co.ecg.alpaca.toolkit.generated
Fields in co.ecg.alpaca.toolkit.generated declared as SMPPVersionModifier and TypeFieldDescriptionprotected SMPPVersion
BWSystem.SystemSMPPGetResponse.version
protected SMPPVersion
BWSystem.SystemSMPPModifyRequest.version
Methods in co.ecg.alpaca.toolkit.generated that return SMPPVersionModifier and TypeMethodDescriptionBWSystem.SystemSMPPGetResponse.getVersion()
BWSystem.SystemSMPPModifyRequest.getVersion()
Methods in co.ecg.alpaca.toolkit.generated with parameters of type SMPPVersionModifier and TypeMethodDescriptionvoid
BWSystem.SystemSMPPGetResponse.setVersion
(SMPPVersion version) BWSystem.SystemSMPPModifyRequest.setVersion
(SMPPVersion version) -
Uses of SMPPVersion in co.ecg.alpaca.toolkit.generated.enums
Methods in co.ecg.alpaca.toolkit.generated.enums that return SMPPVersionModifier and TypeMethodDescriptionstatic SMPPVersion
static SMPPVersion[]
static SMPPVersion
Returns the enum constant of this class with the specified name.static SMPPVersion[]
SMPPVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.