com.opensymphony.xwork2.util.finder
Class ClassFinder.FieldInfo

java.lang.Object
  extended by com.opensymphony.xwork2.util.finder.ClassFinder.Annotatable
      extended by com.opensymphony.xwork2.util.finder.ClassFinder.FieldInfo
All Implemented Interfaces:
ClassFinder.Info
Enclosing class:
ClassFinder

public class ClassFinder.FieldInfo
extends ClassFinder.Annotatable
implements ClassFinder.Info


Constructor Summary
ClassFinder.FieldInfo(ClassFinder.ClassInfo info, java.lang.reflect.Field field)
           
ClassFinder.FieldInfo(ClassFinder.ClassInfo declaringClass, java.lang.String name, java.lang.String type)
           
 
Method Summary
 ClassFinder.ClassInfo getDeclaringClass()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.String toString()
           
 
Methods inherited from class com.opensymphony.xwork2.util.finder.ClassFinder.Annotatable
getAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.opensymphony.xwork2.util.finder.ClassFinder.Info
getAnnotations
 

Constructor Detail

ClassFinder.FieldInfo

public ClassFinder.FieldInfo(ClassFinder.ClassInfo info,
                             java.lang.reflect.Field field)

ClassFinder.FieldInfo

public ClassFinder.FieldInfo(ClassFinder.ClassInfo declaringClass,
                             java.lang.String name,
                             java.lang.String type)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface ClassFinder.Info

getDeclaringClass

public ClassFinder.ClassInfo getDeclaringClass()

getType

public java.lang.String getType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.