public enum EEncryptionTestResult extends Enum<EEncryptionTestResult> implements INamedUiElement
Enum Constant and Description |
---|
ERROR_ENCRYPTION_NOT_MATCHING |
ERROR_ENCRYPTION_NOT_POSSIBLE |
ERROR_PROPERTY_NOT_FOUND |
ERROR_TABLE_NOT_FOUND |
SUCCESS |
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
boolean |
isError() |
static EEncryptionTestResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EEncryptionTestResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EEncryptionTestResult ERROR_TABLE_NOT_FOUND
public static final EEncryptionTestResult ERROR_PROPERTY_NOT_FOUND
public static final EEncryptionTestResult ERROR_ENCRYPTION_NOT_POSSIBLE
public static final EEncryptionTestResult ERROR_ENCRYPTION_NOT_MATCHING
public static final EEncryptionTestResult SUCCESS
public static EEncryptionTestResult[] values()
for (EEncryptionTestResult c : EEncryptionTestResult.values()) System.out.println(c);
public static EEncryptionTestResult 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 boolean isError()
public String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.