Package com.casioeurope.mis.edt.constant
Class ReflectionLibraryConstant.METHOD
Object
METHOD
- Enclosing class:
- ReflectionLibraryConstant
public static class ReflectionLibraryConstant.METHOD extends Object
Methods of the
ReflectionLibrary
class, used e.g. to check availability of said methods using ReflectionLibrary.isMethodSupported(BigInteger)
method.-
Field Summary
-
Constructor Summary
Constructors Constructor Description METHOD()
-
Method Summary
-
Field Details
-
METHOD_GETBOOLEAN
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getBoolean(Object obj, String fieldName)
method is supported on the currently active device -
METHOD_GETBOOLEANSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getBoolean(Class declaringClass, String fieldName)
method is supported on the currently active device -
METHOD_GETBYTE
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getByte(Object obj, String fieldName)
method is supported on the currently active device -
METHOD_GETBYTESTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getByte(Class declaringClass, String fieldName)
method is supported on the currently active device -
METHOD_GETCHAR
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getChar(Object obj, String fieldName)
method is supported on the currently active device -
METHOD_GETCHARSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getChar(Class declaringClass, String fieldName)
method is supported on the currently active device -
METHOD_GETDOUBLE
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getDouble(Object obj, String fieldName)
method is supported on the currently active device -
METHOD_GETDOUBLESTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getDouble(Class declaringClass, String fieldName)
method is supported on the currently active device -
METHOD_GETFLOAT
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getFloat(Object obj, String fieldName)
method is supported on the currently active device -
METHOD_GETFLOATSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getFloat(Class declaringClass, String fieldName)
method is supported on the currently active device -
METHOD_GETINT
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getInt(Object obj, String fieldName)
method is supported on the currently active device -
METHOD_GETINTSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getInt(Class declaringClass, String fieldName)
method is supported on the currently active device -
METHOD_GETLONG
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getLong(Object obj, String fieldName)
method is supported on the currently active device -
METHOD_GETLONGSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getLong(Class declaringClass, String fieldName)
method is supported on the currently active device -
METHOD_GETSHORT
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getShort(Object obj, String fieldName)
method is supported on the currently active device -
METHOD_GETSHORTSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getShort(Class declaringClass, String fieldName)
method is supported on the currently active device -
METHOD_GETSTRING
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getString(Object obj, String fieldName)
method is supported on the currently active device -
METHOD_GETSTRINGSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getString(Class declaringClass, String fieldName)
method is supported on the currently active device -
METHOD_GETTYPE
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getType(Object obj, String fieldName)
method is supported on the currently active device -
METHOD_GETTYPESTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getType(Class declaringClass, String fieldName)
method is supported on the currently active device -
METHOD_GETVALUE
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getValue(Object obj, String fieldName)
method is supported on the currently active device -
METHOD_GETVALUESTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.getValue(Class declaringClass, String fieldName)
method is supported on the currently active device -
METHOD_INVOKEMETHOD
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.invokeMethod(Object obj, String methodName)
method is supported on the currently active device -
METHOD_INVOKEMETHODSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.invokeMethod(Class declaringClass, String methodName)
method is supported on the currently active device -
METHOD_INVOKEMETHODSTATICWITHPARAMS
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.invokeMethod(Class declaringClass, String methodName, Class[] classParams, Object[] params)
method is supported on the currently active device -
METHOD_INVOKEMETHODWITHPARAMS
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.invokeMethod(Object obj, String methodName, Class[] classParams, Object[] params)
method is supported on the currently active device -
METHOD_SETBOOLEAN
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setBoolean(Object obj, String fieldName, boolean value)
method is supported on the currently active device -
METHOD_SETBOOLEANSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setBoolean(Class declaringClass, String fieldName, boolean value)
method is supported on the currently active device -
METHOD_SETBYTE
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setByte(Object obj, String fieldName, byte value)
method is supported on the currently active device -
METHOD_SETBYTESTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setByte(Class declaringClass, String fieldName, byte value)
method is supported on the currently active device -
METHOD_SETCHAR
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setChar(Object obj, String fieldName, char value)
method is supported on the currently active device -
METHOD_SETCHARSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setChar(Class declaringClass, String fieldName, char value)
method is supported on the currently active device -
METHOD_SETDOUBLE
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setDouble(Object obj, String fieldName, double value)
method is supported on the currently active device -
METHOD_SETDOUBLESTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setDouble(Class declaringClass, String fieldName, double value)
method is supported on the currently active device -
METHOD_SETFLOAT
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setFloat(Object obj, String fieldName, float value)
method is supported on the currently active device -
METHOD_SETFLOATSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setFloat(Class declaringClass, String fieldName, float value)
method is supported on the currently active device -
METHOD_SETINT
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setInt(Object obj, String fieldName, int value)
method is supported on the currently active device -
METHOD_SETINTSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setInt(Class declaringClass, String fieldName, int value)
method is supported on the currently active device -
METHOD_SETLONG
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setLong(Object obj, String fieldName, long value)
method is supported on the currently active device -
METHOD_SETLONGSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setLong(Class declaringClass, String fieldName, long value)
method is supported on the currently active device -
METHOD_SETSHORT
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setShort(Object obj, String fieldName, short value)
method is supported on the currently active device -
METHOD_SETSHORTSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setShort(Class declaringClass, String fieldName, short value)
method is supported on the currently active device -
METHOD_SETSTRING
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setString(Object obj, String fieldName, String value)
method is supported on the currently active device -
METHOD_SETSTRINGSTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setString(Class declaringClass, String fieldName, String value)
method is supported on the currently active device -
METHOD_SETVALUE
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setValue(Object obj, String fieldName, Object value)
method is supported on the currently active device -
METHOD_SETVALUESTATIC
Constant to be used withReflectionLibrary.isMethodSupported(BigInteger)
in order to check whether theReflectionLibrary.setValue(Class declaringClass, String fieldName, Object value)
method is supported on the currently active device
-
-
Constructor Details
-
METHOD
public METHOD()
-