Package org.java.plugin.registry
Interface Documentation.Reference<E extends Identity>
-
- Type Parameters:
E
- type of identity this documentation reference belongs to
- Enclosing interface:
- Documentation<T extends Identity>
public static interface Documentation.Reference<E extends Identity>
Documentation reference.- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCaption()
E
getDeclaringIdentity()
java.lang.String
getRef()
-
-
-
Method Detail
-
getRef
java.lang.String getRef()
- Returns:
- the reference as specified in manifest
-
getCaption
java.lang.String getCaption()
- Returns:
- text to be used when making link for this reference
-
getDeclaringIdentity
E getDeclaringIdentity()
- Returns:
- element, for which this documentation reference is provided
-
-