Package com.casioeurope.mis.edt.constant
Class EeicLibraryConstant.RETURN
Object
RETURN
- Enclosing class:
- EeicLibraryConstant
public static class EeicLibraryConstant.RETURN extends Object
Return Codes to be returned by the methods of the
EeicLibrary
class.-
Field Summary
Fields Modifier and Type Field Description static int
ERROR_FUNCTION
An internal Error occuredstatic int
ERROR_UNSUPPORTED
The Method call is unsupportedstatic int
SUCCESS
The method has been called successfully -
Constructor Summary
Constructors Constructor Description RETURN()
-
Method Summary
-
Field Details
-
ERROR_FUNCTION
public static final int ERROR_FUNCTIONAn internal Error occured- See Also:
- Constant Field Values
-
ERROR_UNSUPPORTED
public static final int ERROR_UNSUPPORTEDThe 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()
-