public class AbstractFinder.FieldInfo extends AbstractFinder.Annotatable implements AbstractFinder.Info
Constructor and Description |
---|
AbstractFinder.FieldInfo(AbstractFinder.ClassInfo info,
Field field) |
AbstractFinder.FieldInfo(AbstractFinder.ClassInfo declaringClass,
String name,
String type) |
Modifier and Type | Method and Description |
---|---|
AbstractFinder.ClassInfo |
getDeclaringClass() |
String |
getName() |
String |
getType() |
String |
toString() |
getAnnotations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotations
public AbstractFinder.FieldInfo(AbstractFinder.ClassInfo info, Field field)
public AbstractFinder.FieldInfo(AbstractFinder.ClassInfo declaringClass, String name, String type)
public String getName()
getName
in interface AbstractFinder.Info
public AbstractFinder.ClassInfo getDeclaringClass()
public String getType()
Copyright © 2005-2014. All Rights Reserved.