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 ClassReference

All Superinterfaces:
Reference
All Known Subinterfaces:
ArrayReference

public interface ClassReference
extends Reference

Describes a reference to a class or an interface.

Author:
Martin Kersten
See Also:
ReferenceManager, AbstractClassReference

Method Summary
 ClassOrInterface getClazz()
          Returns the ClassOrInterface instance this reference refer to, or null if not set.
 ClassName getName()
          Returns the name of the referred class.
 
Methods inherited from interface jmt.codebase.Reference
isReferring, set
 

Method Detail

getClazz

public ClassOrInterface getClazz()
Returns the ClassOrInterface instance this reference refer to, or null if not set.

Returns:
The referred class instance or null if not set.

getName

public ClassName getName()
Returns the name of the referred class.

Returns:
The name of the referred class