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.
 void setFieldValue(Object fieldValue)
           
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.Rtti
cloneFor, getDeclaringType, getModifiers, getName, getTarget, getThis
 

Method Detail

getField

public Field getField()
Returns the field.

Returns:
the field

getFieldType

public Class getFieldType()
Returns the field type.

Returns:
the field type

getFieldValue

public Object getFieldValue()
Returns the value of the field.

Returns:
the value of the field

setFieldValue

public void setFieldValue(Object fieldValue)
Parameters:
fieldValue - the value of the field


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