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 SMPPVersionBWSystem.SystemSMPPGetResponse.versionprotected SMPPVersionBWSystem.SystemSMPPModifyRequest.versionMethods 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 TypeMethodDescriptionvoidBWSystem.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 SMPPVersionstatic SMPPVersion[]static SMPPVersionReturns 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.