public enum VisibilityCondition extends java.lang.Enum<VisibilityCondition>
| Enum Constant and Description |
|---|
ALWAYS
The presentation view or the specified field shall always be displayed.
|
NEVER
The presentation view or the specified field must never be displayed.
|
NOT_EXPIRED
The signature must be valid and the bioseal must not be expired.
|
SIGNATURE_VALIDATED
The BioSeal signature must be valid.
|
USER_AUTHENTICATED
The above conditions must be met, and user authentication must be successful.
|
| Modifier and Type | Method and Description |
|---|---|
static VisibilityCondition |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static VisibilityCondition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VisibilityCondition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisibilityCondition ALWAYS
public static final VisibilityCondition SIGNATURE_VALIDATED
public static final VisibilityCondition NOT_EXPIRED
public static final VisibilityCondition USER_AUTHENTICATED
public static final VisibilityCondition NEVER
public static VisibilityCondition[] values()
for (VisibilityCondition c : VisibilityCondition.values()) System.out.println(c);
public static VisibilityCondition 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 namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static VisibilityCondition fromValue(int value)
value - The int value.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal