org.codehaus.aspectwerkz.reflect
Interface FieldInfo

All Superinterfaces:
MemberInfo, ReflectionInfo
All Known Implementing Classes:
AsmFieldInfo, JavaFieldInfo, JavassistFieldInfo

public interface FieldInfo
extends MemberInfo

Interface for the field info implementations.

Author:
Jonas Bonér

Method Summary
 ClassInfo getType()
          Returns the type.
 
Methods inherited from interface org.codehaus.aspectwerkz.reflect.MemberInfo
getDeclaringType
 
Methods inherited from interface org.codehaus.aspectwerkz.reflect.ReflectionInfo
getAnnotations, getModifiers, getName
 

Method Detail

getType

public ClassInfo getType()
Returns the type.

Returns:
the type


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.