IBM WebSphere Multichannel 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)
          convert String to type
static java.lang.reflect.Method getMethod(java.lang.Object target, java.lang.String methodName)
          get special method
static java.lang.reflect.Method getSetMethod(java.lang.Object target, java.lang.String attrName)
          get setter method
 
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
convert String to type

Parameters:
str -
Returns:
Throws:
ArgumentTypeException

getSetMethod

public static java.lang.reflect.Method getSetMethod(java.lang.Object target,
                                                    java.lang.String attrName)
                                             throws java.lang.NoSuchMethodException
get setter method

Parameters:
target -
attrName -
Returns:
Throws:
java.lang.NoSuchMethodException

getMethod

public static java.lang.reflect.Method getMethod(java.lang.Object target,
                                                 java.lang.String methodName)
                                          throws java.lang.NoSuchMethodException
get special method

Parameters:
target -
methodName -
Returns:
Throws:
java.lang.NoSuchMethodException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011