IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.element.impl
Class Utils

java.lang.Object
  extended by com.ibm.btt.element.impl.Utils

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
static java.lang.Class convertStringToArgType(java.lang.String str)
           
static java.lang.reflect.Method getMethod(java.lang.Object target, java.lang.String methodName)
           
static java.lang.reflect.Method getSetMethod(java.lang.Object target, java.lang.String attrName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

convertStringToArgType

public static java.lang.Class convertStringToArgType(java.lang.String str)
                                              throws ArgumentTypeException
Throws:
ArgumentTypeException

getSetMethod

public static java.lang.reflect.Method getSetMethod(java.lang.Object target,
                                                    java.lang.String attrName)
                                             throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

getMethod

public static java.lang.reflect.Method getMethod(java.lang.Object target,
                                                 java.lang.String methodName)
                                          throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008