Login | Register
My pages Projects Community openCollabNet

The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours. Further details in the announcement


jmt.codebase
Interface FieldReference

All Superinterfaces:
FieldOrMethodReference, Reference

public interface FieldReference
extends FieldOrMethodReference

Describes a reference of a field belonging to a class or interface.

Author:
Martin Kersten
See Also:
ClassReference, MethodReference, AbstractFieldReference

Method Summary
 Field getField()
          Returns the referred Field instance or null if not set.
 
Methods inherited from interface jmt.codebase.FieldOrMethodReference
getName, getOwner
 
Methods inherited from interface jmt.codebase.Reference
isReferring, set
 

Method Detail

getField

public Field getField()
Returns the referred Field instance or null if not set.

Returns:
The referred Feld instance or null if not set
See Also:
Reference.set(java.lang.Object)