de.uni_paderborn.fujaba.fsa
Class FSADerivePropertyMethodsCache

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.FSADerivePropertyMethodsCache

public class FSADerivePropertyMethodsCache
extends java.lang.Object

cache FSAObject.derivePropertyMethods

Version:
$Revision: 1.15 $
Author:
$Author: lowende $

Method Summary
static FSADerivePropertyMethodsCache get()
          get the Singleton instance
 java.lang.reflect.Method[] getPropertyMethods(java.lang.String propertyName, java.lang.Class objClass)
          Get the propertyMethods attribute of the FSADerivePropertyMethodsCache object
 java.lang.reflect.Method[] getPropertyMethods(java.lang.String propertyName, java.lang.Object obj)
          Get the propertyMethods attribute of the FSADerivePropertyMethodsCache object
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

get

public static FSADerivePropertyMethodsCache get()
get the Singleton instance

Returns:
the Singleton instance

getPropertyMethods

public java.lang.reflect.Method[] getPropertyMethods(java.lang.String propertyName,
                                                     java.lang.Object obj)
Get the propertyMethods attribute of the FSADerivePropertyMethodsCache object

Parameters:
propertyName - No description provided
obj - No description provided
Returns:
The propertyMethods value

getPropertyMethods

public java.lang.reflect.Method[] getPropertyMethods(java.lang.String propertyName,
                                                     java.lang.Class objClass)
Get the propertyMethods attribute of the FSADerivePropertyMethodsCache object

Parameters:
propertyName - No description provided
objClass - No description provided
Returns:
The propertyMethods value

toString

public java.lang.String toString()
Returns:
short string representation of current object