Uses of Class
planetj.common.MethodProperties

Packages that use MethodProperties
planetj.common   
 

Uses of MethodProperties in planetj.common
 

Methods in planetj.common that return MethodProperties
static MethodProperties CMUtility.parseMethod(String method)
          Takes the given String representing a Method, parses it into its method name and parameters, and then stores them in a MethodProperties object which can later be used to retrieve the different parts.
 

Methods in planetj.common with parameters of type MethodProperties
static Method CMUtility.getGetterMethod(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 Method CMUtility.getSetterMethod(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.