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
getFieldInfo
public FieldInfo getFieldInfo()
- Get the field info for this join point
- Returns:
- the field info
setValue
public void setValue(Object value)
- The value to set
- Parameters:
value
- the value to set
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.