Package org.cyclos.model.mobile
Class MobileKeys.Pin
- java.lang.Object
-
- org.cyclos.utils.MessageKeyImpl
-
- org.cyclos.model.mobile.MobileKeys.Pin
-
- All Implemented Interfaces:
Comparable<MessageKey>,MessageKey
- Enclosing class:
- MobileKeys
public static class MobileKeys.Pin extends MessageKeyImpl
-
-
Field Summary
Fields Modifier and Type Field Description static MessageKeyERROR_NEW_PIN_CONFIRM_EMPTYstatic MessageKeyERROR_NEW_PIN_CONFIRM_LENGTHstatic MessageKeyERROR_NEW_PIN_EMPTYstatic MessageKeyERROR_NEW_PIN_LENGTHstatic MessageKeyERROR_PIN_DO_NOT_MATCHstatic MessageKeyPIN_ACTIVATEDstatic MessageKeyPIN_CANCELEDstatic MessageKeyPIN_CHANGEDstatic MessageKeyPIN_REMOVEDstatic MessageKeyWARNING_PIN_NOT_ACTIVE
-
Method Summary
-
Methods inherited from class org.cyclos.utils.MessageKeyImpl
equals, fullKey, hashCode, key, submodule, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.utils.MessageKey
compareTo
-
-
-
-
Field Detail
-
ERROR_NEW_PIN_CONFIRM_EMPTY
public static MessageKey ERROR_NEW_PIN_CONFIRM_EMPTY
-
ERROR_NEW_PIN_CONFIRM_LENGTH
public static MessageKey ERROR_NEW_PIN_CONFIRM_LENGTH
-
ERROR_NEW_PIN_EMPTY
public static MessageKey ERROR_NEW_PIN_EMPTY
-
ERROR_NEW_PIN_LENGTH
public static MessageKey ERROR_NEW_PIN_LENGTH
-
ERROR_PIN_DO_NOT_MATCH
public static MessageKey ERROR_PIN_DO_NOT_MATCH
-
PIN_ACTIVATED
public static MessageKey PIN_ACTIVATED
-
PIN_CANCELED
public static MessageKey PIN_CANCELED
-
PIN_CHANGED
public static MessageKey PIN_CHANGED
-
PIN_REMOVED
public static MessageKey PIN_REMOVED
-
WARNING_PIN_NOT_ACTIVE
public static MessageKey WARNING_PIN_NOT_ACTIVE
-
-