Package pt.gov.cartaodecidadao
Class PTEID_PinUsage
- java.lang.Object
-
- pt.gov.cartaodecidadao.PTEID_PinUsage
-
public final class PTEID_PinUsage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static PTEID_PinUsage
PTEID_PIN_USG_ADDRESS
static PTEID_PinUsage
PTEID_PIN_USG_AUTH
static PTEID_PinUsage
PTEID_PIN_USG_SIGN
static PTEID_PinUsage
PTEID_PIN_USG_UNKNOWN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PTEID_PinUsage
swigToEnum(int swigValue)
int
swigValue()
java.lang.String
toString()
-
-
-
Field Detail
-
PTEID_PIN_USG_UNKNOWN
public static final PTEID_PinUsage PTEID_PIN_USG_UNKNOWN
-
PTEID_PIN_USG_AUTH
public static final PTEID_PinUsage PTEID_PIN_USG_AUTH
-
PTEID_PIN_USG_SIGN
public static final PTEID_PinUsage PTEID_PIN_USG_SIGN
-
PTEID_PIN_USG_ADDRESS
public static final PTEID_PinUsage PTEID_PIN_USG_ADDRESS
-
-
Method Detail
-
swigValue
public final int swigValue()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
swigToEnum
public static PTEID_PinUsage swigToEnum(int swigValue)
-
-