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

public Field getField()
Returns the field.

Returns:
the field

getFieldType

public Class getFieldType()
Returns the field type.

Returns:
the field type


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