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. |
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)