org.codehaus.aspectwerkz.joinpoint
Interface FieldRtti

All Superinterfaces:
MemberRtti, Rtti
All Known Implementing Classes:
FieldRttiImpl

public interface FieldRtti
extends MemberRtti

Interface for the field RTTI (Runtime Type Information).

Author:
Jonas BonŽr

Method Summary
 Field getField()
          Returns the field.
 Class getFieldType()
          Returns the field type.
 Object getFieldValue()
          Returns the value of the field.
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.Rtti
cloneFor, getDeclaringType, getModifiers, getName, getTarget, getThis
 

Method Detail

getField

Field getField()
Returns the field.

Returns:
the field

getFieldType

Class getFieldType()
Returns the field type.

Returns:
the field type

getFieldValue

Object getFieldValue()
Returns the value of the field.

Returns:
the value of the field


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