public static enum GPSession.APDUMode extends Enum<GPSession.APDUMode>
| Modifier and Type | Method and Description |
|---|---|
static GPSession.APDUMode |
fromString(String s) |
static int |
getSetValue(EnumSet<GPSession.APDUMode> s) |
static GPSession.APDUMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPSession.APDUMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPSession.APDUMode CLR
public static final GPSession.APDUMode MAC
public static final GPSession.APDUMode ENC
public static final GPSession.APDUMode RMAC
public static final GPSession.APDUMode RENC
public static GPSession.APDUMode[] values()
for (GPSession.APDUMode c : GPSession.APDUMode.values()) System.out.println(c);
public static GPSession.APDUMode 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 static int getSetValue(EnumSet<GPSession.APDUMode> s)
public static GPSession.APDUMode fromString(String s)
Copyright © 2019. All rights reserved.