Package com.casioeurope.mis.edt.constant
Class KeyLibraryConstant.RETURN
Object
RETURN
- Enclosing class:
- KeyLibraryConstant
public static class KeyLibraryConstant.RETURN extends Object
Return Codes to be returned by the methods of the
KeyLibrary
class.-
Field Summary
Fields Modifier and Type Field Description static int
ERROR_FUNCTION
An internal Error occuredstatic int
ERROR_KCM
An Error occured while specifying a new Key Character Map Filestatic int
ERROR_NOTSUPPORTED
The Method call is unsupportedstatic int
SUCCESS
The method has been called successfully -
Constructor Summary
Constructors Constructor Description RETURN()
-
Method Summary
-
Field Details
-
ERROR_KCM
public static final int ERROR_KCMAn Error occured while specifying a new Key Character Map File- Since:
- 2.02
- See Also:
- Constant Field Values
-
ERROR_FUNCTION
public static final int ERROR_FUNCTIONAn internal Error occured- See Also:
- Constant Field Values
-
ERROR_NOTSUPPORTED
public static final int ERROR_NOTSUPPORTEDThe Method call is unsupported- See Also:
- Constant Field Values
-
SUCCESS
public static final int SUCCESSThe method has been called successfully- See Also:
- Constant Field Values
-
-
Constructor Details
-
RETURN
public RETURN()
-