|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.FSADerivePropertyMethodsCache
cache FSAObject.derivePropertyMethods
Field Summary | |
private static java.lang.String |
COLON
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
GET_PREFIX
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
HAS_PREFIX
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
IS_PREFIX
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
ITERATOROF_PREFIX
No comment provided by developer, please add a comment to improve documentation. |
private java.util.TreeMap |
methodCache
UMLAttribute : 'methodCache : TreeMap (umlIncr.getClass().getName(): |
private static java.lang.String |
SET_PREFIX
No comment provided by developer, please add a comment to improve documentation. |
private static FSADerivePropertyMethodsCache |
theInstance
the Singleton instance |
Constructor Summary | |
private |
FSADerivePropertyMethodsCache()
Default Constructor (private) |
Method Summary | |
private void |
addToMethodCache(java.lang.String key,
java.lang.reflect.Method[] elem)
|
private java.util.Iterator |
entriesOfMethodCache()
|
static FSADerivePropertyMethodsCache |
get()
get the Singleton instance |
private java.lang.reflect.Method[] |
getFromMethodCache(java.lang.String key)
|
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 |
private boolean |
hasKeyInMethodCache(java.lang.String key)
|
private java.util.Iterator |
iteratorOfMethodCache()
|
private java.util.Iterator |
keysOfMethodCache()
|
private void |
removeAllFromMethodCache()
|
private void |
removeKeyFromMethodCache(java.lang.String key)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static FSADerivePropertyMethodsCache theInstance
private static final transient java.lang.String COLON
private static final transient java.lang.String GET_PREFIX
private static final transient java.lang.String IS_PREFIX
private static final transient java.lang.String HAS_PREFIX
private static final transient java.lang.String SET_PREFIX
private static final transient java.lang.String ITERATOROF_PREFIX
private java.util.TreeMap methodCache
Constructor Detail |
private FSADerivePropertyMethodsCache()
Method Detail |
public static FSADerivePropertyMethodsCache get()
public java.lang.reflect.Method[] getPropertyMethods(java.lang.String propertyName, java.lang.Object obj)
propertyName
- No description providedobj
- No description provided
public java.lang.reflect.Method[] getPropertyMethods(java.lang.String propertyName, java.lang.Class objClass)
propertyName
- No description providedobjClass
- No description provided
private boolean hasKeyInMethodCache(java.lang.String key)
key
- No description provided
methodCache
private java.util.Iterator iteratorOfMethodCache()
methodCache
private java.util.Iterator keysOfMethodCache()
methodCache
private java.util.Iterator entriesOfMethodCache()
methodCache
private java.lang.reflect.Method[] getFromMethodCache(java.lang.String key)
key
- No description provided
methodCache
private void addToMethodCache(java.lang.String key, java.lang.reflect.Method[] elem)
key
- The object added.elem
- The object added.methodCache
private void removeKeyFromMethodCache(java.lang.String key)
key
- No description providedmethodCache
private void removeAllFromMethodCache()
methodCache
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |