org.jboss.joinpoint.spi
Interface FieldSetJoinpoint

All Superinterfaces:
Cloneable, Joinpoint, TargettedJoinpoint
All Known Implementing Classes:
ReflectFieldSetJoinPoint

public interface FieldSetJoinpoint
extends TargettedJoinpoint

A field set join point

Author:
Bill Burke, Adrian Brock

Method Summary
 FieldInfo getFieldInfo()
          Get the field info for this join point
 void setValue(Object value)
          The value to set
 
Methods inherited from interface org.jboss.joinpoint.spi.TargettedJoinpoint
getTarget, setTarget
 
Methods inherited from interface org.jboss.joinpoint.spi.Joinpoint
clone, dispatch, toHumanReadableString
 

Method Detail

getFieldInfo

FieldInfo getFieldInfo()
Get the field info for this join point

Returns:
the field info

setValue

void setValue(Object value)
The value to set

Parameters:
value - the value to set


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.