Uses of Class
com.openexchange.mail.api.MailConfig.BoolCapVal

Packages that use MailConfig.BoolCapVal
com.openexchange.mail.api   
 

Uses of MailConfig.BoolCapVal in com.openexchange.mail.api
 

Methods in com.openexchange.mail.api that return MailConfig.BoolCapVal
static MailConfig.BoolCapVal MailConfig.BoolCapVal.parseBoolCapVal(java.lang.String capVal)
          Parses given capability value.
static MailConfig.BoolCapVal MailConfig.BoolCapVal.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MailConfig.BoolCapVal[] MailConfig.BoolCapVal.values()
          Returns an array containing the constants of this enum type, in the order they're declared.