org.codehaus.aspectwerkz.reflect
Interface FieldInfo

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

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, getSignature
 

Method Detail

getType

ClassInfo getType()
Returns the type.

Returns:
the type


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