Package com.casioeurope.mis.edt.constant
Class SystemLibraryConstant.METHOD
Object
METHOD
- Enclosing class:
- SystemLibraryConstant
public static class SystemLibraryConstant.METHOD extends Object
Methods of the
SystemLibrary
class, used e.g. to check availability of said methods using SystemLibrary.isMethodSupported(BigInteger)
method.-
Field Summary
Fields Modifier and Type Field Description static BigInteger
METHOD_GETCASIOSERIAL
Constant to be used withSystemLibrary.isMethodSupported(BigInteger)
in order to check whether the "String
getCASIOSerial()" method is supported on the currently active devicestatic BigInteger
METHOD_GETMODELNAME
Constant to be used withSystemLibrary.isMethodSupported(BigInteger)
in order to check whether the "String
getModelName()" method is supported on the currently active devicestatic BigInteger
METHOD_GETNAVIGATIONBARSTATE
Constant to be used withSystemLibrary.isMethodSupported(BigInteger)
in order to check whether the "boolean
getNavigationBarState()" method is supported on the currently active devicestatic BigInteger
METHOD_SETNAVIGATIONBARSTATE
Constant to be used withSystemLibrary.isMethodSupported(BigInteger)
in order to check whether the "void
setNavigationBarState(boolean
state)" method is supported on the currently active device -
Constructor Summary
Constructors Constructor Description METHOD()
-
Method Summary
-
Field Details
-
METHOD_GETCASIOSERIAL
Constant to be used withSystemLibrary.isMethodSupported(BigInteger)
in order to check whether the "String
getCASIOSerial()" method is supported on the currently active device -
METHOD_GETMODELNAME
Constant to be used withSystemLibrary.isMethodSupported(BigInteger)
in order to check whether the "String
getModelName()" method is supported on the currently active device -
METHOD_GETNAVIGATIONBARSTATE
Constant to be used withSystemLibrary.isMethodSupported(BigInteger)
in order to check whether the "boolean
getNavigationBarState()" method is supported on the currently active device -
METHOD_SETNAVIGATIONBARSTATE
Constant to be used withSystemLibrary.isMethodSupported(BigInteger)
in order to check whether the "void
setNavigationBarState(boolean
state)" method is supported on the currently active device
-
-
Constructor Details
-
METHOD
public METHOD()
-