|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MailConfig.BoolCapVal>
com.openexchange.mail.api.MailConfig.BoolCapVal
public static enum MailConfig.BoolCapVal
| Enum Constant Summary | |
|---|---|
AUTO
AUTO |
|
FALSE
FALSE |
|
TRUE
TRUE |
|
| Method Summary | |
|---|---|
static MailConfig.BoolCapVal |
parseBoolCapVal(java.lang.String capVal)
Parses given capability value. |
java.lang.String |
toString()
|
static MailConfig.BoolCapVal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MailConfig.BoolCapVal[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MailConfig.BoolCapVal AUTO
public static final MailConfig.BoolCapVal FALSE
public static final MailConfig.BoolCapVal TRUE
| Method Detail |
|---|
public static final MailConfig.BoolCapVal[] values()
for(MailConfig.BoolCapVal c : MailConfig.BoolCapVal.values())
System.out.println(c);
public static MailConfig.BoolCapVal valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic static final MailConfig.BoolCapVal parseBoolCapVal(java.lang.String capVal)
true, constant TRUE will be
returned. Else if given value equals ignore-case to string auto, constant AUTO will be returned. Otherwise
FALSE will be returned.
capVal - - the string value to parse
BoolCapVal: either TRUE, FALSE, or AUTOpublic java.lang.String toString()
toString in class java.lang.Enum<MailConfig.BoolCapVal>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||