Methods in planetj.common with parameters of type MethodProperties |
static java.lang.reflect.Method |
CMUtility.getGetterMethod(java.lang.Class c,
MethodProperties mp)
Gets the Method from the Class with the name specified in the MethodProperties object
along with a String[] parameter containing all the Strings[] in the method properties
object. |
static java.lang.reflect.Method |
CMUtility.getSetterMethod(java.lang.Class c,
MethodProperties mp)
Gets the Method from the Class with the name specified in the MethodProperties object
along with a String[] parameter containing all the Strings[] in the method properties
object. |