org.codehaus.aspectwerkz.joinpoint
Interface FieldSignature

All Superinterfaces:
MemberSignature, Serializable, Signature
All Known Implementing Classes:
FieldSignatureImpl

public interface FieldSignature
extends MemberSignature

Interface for the field signature.

Author:
Jonas BonŽr

Method Summary
 Field getField()
          Returns the field.
 Class getFieldType()
          Returns the field type.
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.MemberSignature
getAnnotation, getAnnotationInfos, getAnnotations
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.Signature
getDeclaringType, getModifiers, getName
 

Method Detail

getField

Field getField()
Returns the field.

Returns:
the field

getFieldType

Class getFieldType()
Returns the field type.

Returns:
the field type


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