Uses of Enum Class
com.iizix.license.ValidateReply
Uses of ValidateReply in com.iizix.license
Modifier and TypeMethodDescriptionstatic ValidateReply
ValidateReply.fromReplyValue
(int value) Finds the reply from a reply value.IGenericLicenseSystem.validate()
Validates the license.static ValidateReply
Returns the enum constant of this class with the specified name.static ValidateReply[]
ValidateReply.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
IGenericLicenseSystem.assignFeedBack
(IUserInterfaceFeedback<ValidateReply> feedback) Assigns the validation feedback (UI).