KdbxHeader.setVersion(int)@Deprecated public static enum KdbxStreamFormat.Version extends Enum<KdbxStreamFormat.Version>
| Enum Constant and Description |
|---|
KDBX31
Deprecated.
|
KDBX4
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static KdbxStreamFormat.Version |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static KdbxStreamFormat.Version[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KdbxStreamFormat.Version KDBX31
public static final KdbxStreamFormat.Version KDBX4
public static KdbxStreamFormat.Version[] values()
for (KdbxStreamFormat.Version c : KdbxStreamFormat.Version.values()) System.out.println(c);
public static KdbxStreamFormat.Version 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 © 2025. All rights reserved.