JBoss Reflection 2.2.1.SP1

org.jboss.joinpoint.spi
Interface FieldSetJoinpoint

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

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
cleanup, 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

JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.