org.objectweb.fractal.fraclet.doclets
Interface FractalAttribute

All Superinterfaces:
DocletTag, Serializable
All Known Subinterfaces:
FractalAcTag

public interface FractalAttribute
extends DocletTag

Abstract Annotation describing a Fractal attribute.

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

Method Summary
 String getName_()
           
 String getValue_()
           
 
Methods inherited from interface com.thoughtworks.qdox.model.DocletTag
getContext, getLineNumber, getName, getNamedParameter, getNamedParameterMap, getParameters, getValue
 

Method Detail

getName_

String getName_()
Returns:
the name of the attribute.

getValue_

String getValue_()
Returns:
the value of the attribute.