wt.infoengine
Class WTUtilities

java.lang.Object
  extended bywt.infoengine.WTUtilities

public class WTUtilities
extends Object


Constructor Summary
WTUtilities()
           
 
Method Summary
static String translateName(Class queryClass, String attrName)
          Translates a case insensitive attribute name to the case sensitive attribute name defined in the class definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WTUtilities

public WTUtilities()
Method Detail

translateName

public static String translateName(Class queryClass,
                                   String attrName)
                            throws WTIntrospectionException
Translates a case insensitive attribute name to the case sensitive attribute name defined in the class definition.

Parameters:
queryClass - is the Windchill class
attrName - is the case insensitive attribute name
Returns:
the case sensitive attribute name
Throws:
WTIntrospectionException - if invalid class