public static enum OMEMOEncryptableMessage.Encryption extends Enum<OMEMOEncryptableMessage.Encryption>
Modifier and Type | Method and Description |
---|---|
static OMEMOEncryptableMessage.Encryption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMEMOEncryptableMessage.Encryption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OMEMOEncryptableMessage.Encryption Required
public static final OMEMOEncryptableMessage.Encryption Disabled
public static final OMEMOEncryptableMessage.Encryption Default
public static OMEMOEncryptableMessage.Encryption[] values()
for (OMEMOEncryptableMessage.Encryption c : OMEMOEncryptableMessage.Encryption.values()) System.out.println(c);
public static OMEMOEncryptableMessage.Encryption 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 © 2006–2023 Tigase. All rights reserved.