org.objectweb.fractal.fraclet.doclets
Interface FractalInterface

All Superinterfaces:
DocletTag, Serializable
All Known Subinterfaces:
FractalBcTag, FractalItfTag

public interface FractalInterface
extends DocletTag

Abstract Class annotation describing a Fractal interface.

Version:
$Revision: 1.3 $
Author:
Romain Rouvoy
Abstract annotation.

Method Summary
 String getName_()
          Provides the name of the Fractal interface.
 String getSignature()
          Provides the fully qualified signature of the associated Java interface.
 
Methods inherited from interface com.thoughtworks.qdox.model.DocletTag
getContext, getLineNumber, getName, getNamedParameter, getNamedParameterMap, getParameters, getValue
 

Method Detail

getName_

String getName_()
Provides the name of the Fractal interface.

Returns:
the identifier of the interface.

getSignature

String getSignature()
Provides the fully qualified signature of the associated Java interface.

Returns:
the signature of the interface.