Uses of Class
org.apache.syncope.common.lib.types.MailTemplateFormat
-
Packages that use MailTemplateFormat Package Description org.apache.syncope.common.lib.types -
-
Uses of MailTemplateFormat in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return MailTemplateFormat Modifier and Type Method Description static MailTemplateFormatMailTemplateFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static MailTemplateFormat[]MailTemplateFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-