public enum MpJwtTestVersion extends Enum<MpJwtTestVersion>
Enum Constant and Description |
---|
MPJWT_V_1_0 |
MPJWT_V_1_1 |
MPJWT_V_1_2 |
Modifier and Type | Field and Description |
---|---|
static String |
MANIFEST_NAME |
static String |
VERSION_LOCATION |
Modifier and Type | Method and Description |
---|---|
static MpJwtTestVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MpJwtTestVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MpJwtTestVersion MPJWT_V_1_0
public static final MpJwtTestVersion MPJWT_V_1_1
public static final MpJwtTestVersion MPJWT_V_1_2
public static final String VERSION_LOCATION
public static final String MANIFEST_NAME
public static MpJwtTestVersion[] values()
for (MpJwtTestVersion c : MpJwtTestVersion.values()) System.out.println(c);
public static MpJwtTestVersion 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 © 2020 Eclipse Foundation. All rights reserved.