public enum EMailEncryption extends Enum<EMailEncryption> implements INamedUiElement
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
static EMailEncryption |
getByName(String name)
Achtung, wenn nichts gefunden wird
EMailEncryption .NONE zurückgeliefert. |
String |
getDisplayName(Locale l) |
static EMailEncryption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMailEncryption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMailEncryption NONE
public static final EMailEncryption TLS
public static final EMailEncryption STARTTLS
public static EMailEncryption[] values()
for (EMailEncryption c : EMailEncryption.values()) System.out.println(c);
public static EMailEncryption 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 nullpublic String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
public static EMailEncryption getByName(String name)
EMailEncryption
.NONE zurückgeliefert.name
- Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.