com.silvermindsoftware.hitch.reflect
Class FieldInfo

java.lang.Object
  extended by com.silvermindsoftware.hitch.reflect.FieldInfo

public class FieldInfo
extends Object

File-location:
FieldInfo
Last check-in date:
2009-08-04 14:35:53 +0200 (Di, 04. Aug 2009) by swismer for revision 3875

Constructor Summary
FieldInfo(Field field)
           
 
Method Summary
 boolean equals(Object o)
           
 Field getField()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldInfo

public FieldInfo(Field field)
Method Detail

getField

public Field getField()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2011 ELCA. All Rights Reserved.