public enum ELoginContext extends Enum<ELoginContext>
| Enum Constant and Description | 
|---|
EXTERNAL  | 
EXTERNAL_FD2  | 
INBOX  | 
PRIVATE  | 
UNKNOWN  | 
| Modifier and Type | Method and Description | 
|---|---|
static ELoginContext | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ELoginContext[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ELoginContext EXTERNAL
public static final ELoginContext EXTERNAL_FD2
public static final ELoginContext INBOX
public static final ELoginContext PRIVATE
public static final ELoginContext UNKNOWN
public static ELoginContext[] values()
for (ELoginContext c : ELoginContext.values()) System.out.println(c);
public static ELoginContext valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.