Uses of Enum
com.labs64.netlicensing.domain.vo.NotificationProtocol
Packages that use NotificationProtocol
Package
Description
Classes in this package represent various NetLicensing objects.
-
Uses of NotificationProtocol in com.labs64.netlicensing.domain.entity
Methods in com.labs64.netlicensing.domain.entity that return NotificationProtocolMethods in com.labs64.netlicensing.domain.entity with parameters of type NotificationProtocolModifier and TypeMethodDescriptionvoidNotification.setProtocol(NotificationProtocol notificationProtocol) -
Uses of NotificationProtocol in com.labs64.netlicensing.domain.entity.impl
Methods in com.labs64.netlicensing.domain.entity.impl that return NotificationProtocolMethods in com.labs64.netlicensing.domain.entity.impl with parameters of type NotificationProtocolModifier and TypeMethodDescriptionvoidNotificationImpl.setProtocol(NotificationProtocol protocol) -
Uses of NotificationProtocol in com.labs64.netlicensing.domain.vo
Methods in com.labs64.netlicensing.domain.vo that return NotificationProtocolModifier and TypeMethodDescriptionstatic NotificationProtocolNotificationProtocol.parseString(String value) static NotificationProtocolReturns the enum constant of this type with the specified name.static NotificationProtocol[]NotificationProtocol.values()Returns an array containing the constants of this enum type, in the order they are declared.