com.bm.utils
Class AccessTypeFinder

java.lang.Object
  extended by com.bm.utils.AccessTypeFinder

public final class AccessTypeFinder
extends java.lang.Object

This class will find out a access type (FIELD, METHOD).

Author:
Daniel Wiese

Method Summary
static AccessType findAccessType(java.lang.Class toFind)
          Finds the accesstype.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findAccessType

public static AccessType findAccessType(java.lang.Class toFind)
Finds the accesstype.

Parameters:
toFind - - the access type to find
Returns:
the accesstype


Copyright © 2008. All Rights Reserved.