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